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 2b5a3dc commit ce031c4Copy full SHA for ce031c4
test/DebugInfo/symbolize-directory.s
@@ -3,8 +3,8 @@
3
# RUN: llvm-mc -filetype=obj -triple=x86_64 -dwarf-version=5 %s -o %t.o
4
# RUN: llvm-symbolizer --obj=%t.o --functions=none 0 1 | FileCheck %s
5
6
-# CHECK: /home{{/|\\\\}}0.cc:1:0
7
-# CHECK: /tmp{{/|\\\\}}1.cc:2:1
+# CHECK: /home{{/|\\|\\\\}}0.cc:1:0
+# CHECK: /tmp{{/|\\|\\\\}}1.cc:2:1
8
9
.Lfunc_begin0:
10
.file 0 "/home" "0.cc"
0 commit comments