We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10aa7ea commit 27f3039Copy full SHA for 27f3039
llvm/test/tools/llvm-objdump/X86/disassemble-functions.test
@@ -3,7 +3,7 @@
3
4
# RUN: yaml2obj -o %t.out %p/Inputs/simple-executable-x86_64.yaml
5
# RUN: llvm-objdump -d %t.out --disassemble-symbols=main \
6
-# RUN: | FileCheck %s --check-prefix=MAIN --implicit-check-not=foo --implicit-check-not=somedata
+# RUN: | FileCheck %s --check-prefix=MAIN --implicit-check-not="<foo>:" --implicit-check-not=somedata
7
# RUN: llvm-objdump -d %t.out --disassemble-symbols=main,foo \
8
# RUN: | FileCheck %s --check-prefixes=MAIN,FOO --implicit-check-not=somedata
9
0 commit comments