[llvm] 09cdcf0 - Fix windows directory separator some more for test from b447b9dce0d105e7f0b22db719fe8624108e99dc

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 10 19:08:28 PDT 2021


Author: David Blaikie
Date: 2021-07-10T19:07:41-07:00
New Revision: 09cdcf09b54d328fc0a247b3a0f351d2610e928f

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

LOG: Fix windows directory separator some more for test from b447b9dce0d105e7f0b22db719fe8624108e99dc

Added: 
    

Modified: 
    llvm/test/DebugInfo/X86/symbolize_function_start.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/X86/symbolize_function_start.s b/llvm/test/DebugInfo/X86/symbolize_function_start.s
index 56bc034819ea..e2efc6bcc72f 100644
--- a/llvm/test/DebugInfo/X86/symbolize_function_start.s
+++ b/llvm/test/DebugInfo/X86/symbolize_function_start.s
@@ -6,7 +6,7 @@
 # RUN: llvm-dwarfdump -lookup=0x1 test.o | FileCheck --check-prefix=LOOKUP %s
 
 # SYM: Filename: .{{[/\\]}}.{{[/\\]}}./test.h
-# SYM: Function start filename: ./test.cpp
+# SYM: Function start filename: .{{[/\\]}}test.cpp
 
 # LOOKUP: Line info: line 0, column 0, start file 'test.cpp', start line 1
 


        


More information about the llvm-commits mailing list