1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/test/tools
Thomas Preud'homme 9245f47396 [test] Fix accidental match in parent_recurse_depth.s
The CHECK-NOT directives in
tools/llvm-dwarfdump/X86/parent_recurse_depth.s can accidentally match
something in the path of the object file created by yaml2obj, for
example:

llvm-project/llvm/test/tools/llvm-dwarfdump/X86/parent_recurse_depth.s:13:12:
error: ONE-NOT: excluded string found in input
           ^
<stdin>:1:22: note: found here
builds/llvm-projects/mainline/release/test/tools/llvm-dwarfdump/X86/Output/parent_recurse_depth.s.tmp.o: file format elf64-x86-64
                     ^~~~

This commit alleviate this issue by consuming the file name from the
output, forcing all the CHECK-NOT to match what comes after.

Reviewed By: Higuoxing

Differential Revision: https://reviews.llvm.org/D103676
2021-06-04 11:23:27 +01:00
..
dsymutil [dsymutil tests] Try to make eh_frames.test run on other platforms 2021-05-28 15:49:31 -04:00
gold Revert "[NFC] remove explicit default value for strboolattr attribute in tests" 2021-05-24 19:43:40 +02:00
llc
llvm-ar
llvm-as
llvm-cfi-verify
llvm-config
llvm-cov
llvm-cvtres
llvm-cxxdump
llvm-cxxfilt
llvm-cxxmap
llvm-diff
llvm-dis
llvm-dlltool
llvm-dwarfdump [test] Fix accidental match in parent_recurse_depth.s 2021-06-04 11:23:27 +01:00
llvm-dwp Fix llvm/test/tools/llvm-dwp/X86/type_dedup_v5.test 2021-06-02 20:28:26 -04:00
llvm-elfabi
llvm-exegesis
llvm-extract
llvm-gsymutil Add --quiet option to llvm-gsymutil to suppress output of warnings. 2021-05-27 12:36:34 +00:00
llvm-ifs
llvm-isel-fuzzer
llvm-lib Revert "[NFC] remove explicit default value for strboolattr attribute in tests" 2021-05-24 19:43:40 +02:00
llvm-libtool-darwin
llvm-link
llvm-lipo
llvm-lit
llvm-locstats
llvm-lto
llvm-lto2
llvm-mc [llvm-mc] Add -M to replace -riscv-no-aliases and -riscv-arch-reg-names 2021-05-26 10:43:32 -07:00
llvm-mca [MCA] Add a test for PR50483. NFC 2021-05-26 15:52:11 +01:00
llvm-ml
llvm-modextract
llvm-mt
llvm-nm
llvm-objcopy [llvm-strip] Add support for '--' for delimiting options from input files 2021-05-20 03:33:51 -07:00
llvm-objdump [llvm-objdump] Print the DEBUG type under --section-headers. 2021-05-27 04:53:14 +00:00
llvm-opt-fuzzer
llvm-opt-report
llvm-original-di-preservation Recommit: "[Debugify][Original DI] Test dbg var loc preservation"" 2021-05-21 02:04:29 -07:00
llvm-pdbutil
llvm-profdata
llvm-profgen [CSSPGO][llvm-profgen] Make extended binary the default output format 2021-06-03 17:58:16 -07:00
llvm-ranlib
llvm-rc
llvm-readobj [llvm-readobj] Print function names with --bb-addr-map. 2021-06-01 18:40:42 -07:00
llvm-reduce [llvm-reduce] Exit when input module is malformed 2021-05-25 10:01:12 -07:00
llvm-size
llvm-split
llvm-strings
llvm-symbolizer Add support for DWARF embedded source to llvm-symbolizer. 2021-05-20 21:40:28 +04:00
llvm-xray
lto
not
obj2yaml
opt-viewer
sancov
sanstats
split-file
UpdateTestChecks [AIX][AsmPrinter] Print Symbol in comments for TOC load 2021-05-25 16:37:40 +00:00
yaml2obj