mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
DebugInfo/lto-comp-dir.ll: Tweak for dos path.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204117 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
96be4240bb
commit
27c2eb2026
@ -14,8 +14,8 @@
|
||||
; CHECK: file_names[ 1] 0 {{.*}} b.cpp
|
||||
; CHECK-NOT: file_names
|
||||
|
||||
; ASM: .file 1 "/tmp/dbginfo/a/a.cpp"
|
||||
; ASM: .file 2 "/tmp/dbginfo/b/b.cpp"
|
||||
; ASM: .file 1 "/tmp/dbginfo/a{{[/\\]+}}a.cpp"
|
||||
; ASM: .file 2 "/tmp/dbginfo/b{{[/\\]+}}b.cpp"
|
||||
|
||||
; Generated from the following source compiled to bitcode from within their
|
||||
; respective directories (with debug info) and linked together with llvm-link
|
||||
|
Loading…
x
Reference in New Issue
Block a user