attempt to fix symbolize-paths.s on windows

This commit is contained in:
Nico Weber 2020-01-29 14:23:00 -05:00
parent 20fd1142ac
commit a58eb420fb

View File

@ -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"