[llvm] cd68f4b - attempt to fix symbolize-paths.s on windows

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 29 11:23:09 PST 2020


Author: Nico Weber
Date: 2020-01-29T14:23:00-05:00
New Revision: cd68f4beaa2459c0faa6fad128b116ffa442900b

URL: https://github.com/llvm/llvm-project/commit/cd68f4beaa2459c0faa6fad128b116ffa442900b
DIFF: https://github.com/llvm/llvm-project/commit/cd68f4beaa2459c0faa6fad128b116ffa442900b.diff

LOG: attempt to fix symbolize-paths.s on windows

Added: 
    

Modified: 
    llvm/test/DebugInfo/symbolize-paths.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/symbolize-paths.s b/llvm/test/DebugInfo/symbolize-paths.s
index 304aae228b2a..af2f10ee382f 100644
--- a/llvm/test/DebugInfo/symbolize-paths.s
+++ b/llvm/test/DebugInfo/symbolize-paths.s
@@ -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"


        


More information about the llvm-commits mailing list