forked from OSchip/llvm-project
DebugInfo/lto-comp-dir.ll: Tweak for dos path.
llvm-svn: 204117
This commit is contained in:
parent
4156d525bd
commit
4dc097ad7c
|
@ -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…
Reference in New Issue