mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
attempt to fix symbolize-paths.s on windows
This commit is contained in:
parent
20fd1142ac
commit
a58eb420fb
@ -6,9 +6,9 @@
|
||||
# RUN: llvm-symbolizer --obj=%t.o --functions=none 0 1 | FileCheck %s
|
||||
|
||||
# Absolute include-dirs should not have comp-dir prepended
|
||||
# CHECK: /absolute{{/|\\|\\\\}}1.cc:1:0
|
||||
# CHECK: /absolute{{/|\\}}1.cc:1:0
|
||||
# Relative include-dirs should have comp-dir prepended
|
||||
# CHECK: /comp_dir/relative{{/|\\|\\\\}}2.cc:2:1
|
||||
# CHECK: /comp_dir{{/|\\}relative{{/|\\}}2.cc:2:1
|
||||
|
||||
.Lfunc_begin0:
|
||||
.file 1 "/absolute" "1.cc"
|
||||
|
Loading…
Reference in New Issue
Block a user