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 a45502c commit 2baf4a0Copy full SHA for 2baf4a0
llvm/test/tools/llvm-nm/X86/line-numbers.test
@@ -68,7 +68,7 @@
68
# RUN: llvm-mc -g --filetype=obj %t/data-dwarf.s -triple=x86_64-pc-linux -o %t/data-dwarf.o
69
# RUN: llvm-nm --line-numbers %t/data-dwarf.o | FileCheck %s --check-prefix=DATA-DWARF --match-full-lines --implicit-check-not={{.}}
70
71
-# DATA-DWARF: 0000000000000000 D defined_data /tmp/tmp.c:1
+# DATA-DWARF: 0000000000000000 D defined_data /tmp{{\\|/}}tmp.c:1
72
73
#--- main.s
74
.text
0 commit comments