[llvm] b998d48 - attempt to fix symbolize-paths.s everywhere after cd68f4

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


Author: Nico Weber
Date: 2020-01-29T14:26:50-05:00
New Revision: b998d481daf211b77494c74637aeabbf8b56ccfc

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

LOG: attempt to fix symbolize-paths.s everywhere after cd68f4

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 af2f10ee382f..12375ce13255 100644
--- a/llvm/test/DebugInfo/symbolize-paths.s
+++ b/llvm/test/DebugInfo/symbolize-paths.s
@@ -8,7 +8,7 @@
 # Absolute include-dirs should not have comp-dir prepended
 # 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