aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
diff options
context:
space:
mode:
authorBob Haarman <llvm@inglorion.net>2019-05-23 22:28:18 +0000
committerBob Haarman <llvm@inglorion.net>2019-05-23 22:28:18 +0000
commit5554a5fcbdd7a889e133a80c064e4e553fa4fae4 (patch)
tree4c966d4d2606116ebfcec629a760be4fd41e6e27 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
parentf2e41dd6ed1ac052e89dac224e67218c479cf952 (diff)
downloadllvm-5554a5fcbdd7a889e133a80c064e4e553fa4fae4.zip
llvm-5554a5fcbdd7a889e133a80c064e4e553fa4fae4.tar.gz
llvm-5554a5fcbdd7a889e133a80c064e4e553fa4fae4.tar.bz2
fix accidental implicit matches in elf-disassemble-symbol-labels-rel.test
llvm/test/tools/llvm-objdump/X86/elf-disassemble-symbol-labels-rel.test uses --implicit-check-not to verify that certain patterns do not occur in llvm-objdump's output, except in places where they are explicitly checked. Unfortunately, the patterns are generic enough that they may be part of the file name which is also output by llvm-objdump. This change matches the line with the filename explicitly so that the implicit patterns are not applied to it. llvm-svn: 361563
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions