mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
9245f47396
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 |
||
---|---|---|
.. | ||
dsymutil | ||
gold | ||
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 | ||
llvm-dwp | ||
llvm-elfabi | ||
llvm-exegesis | ||
llvm-extract | ||
llvm-gsymutil | ||
llvm-ifs | ||
llvm-isel-fuzzer | ||
llvm-lib | ||
llvm-libtool-darwin | ||
llvm-link | ||
llvm-lipo | ||
llvm-lit | ||
llvm-locstats | ||
llvm-lto | ||
llvm-lto2 | ||
llvm-mc | ||
llvm-mca | ||
llvm-ml | ||
llvm-modextract | ||
llvm-mt | ||
llvm-nm | ||
llvm-objcopy | ||
llvm-objdump | ||
llvm-opt-fuzzer | ||
llvm-opt-report | ||
llvm-original-di-preservation | ||
llvm-pdbutil | ||
llvm-profdata | ||
llvm-profgen | ||
llvm-ranlib | ||
llvm-rc | ||
llvm-readobj | ||
llvm-reduce | ||
llvm-size | ||
llvm-split | ||
llvm-strings | ||
llvm-symbolizer | ||
llvm-xray | ||
lto | ||
not | ||
obj2yaml | ||
opt-viewer | ||
sancov | ||
sanstats | ||
split-file | ||
UpdateTestChecks | ||
yaml2obj |