[llvm] r204117 - DebugInfo/lto-comp-dir.ll: Tweak for dos path.

David Blaikie dblaikie at gmail.com
Tue Mar 18 08:08:17 PDT 2014


On Mar 17, 2014 11:09 PM, "NAKAMURA Takumi" <geek4civic at gmail.com> wrote:
>
> Author: chapuni
> Date: Tue Mar 18 01:01:14 2014
> New Revision: 204117
>
> URL: http://llvm.org/viewvc/llvm-project?rev=204117&view=rev
> Log:
> DebugInfo/lto-comp-dir.ll: Tweak for dos path.

Thanks!

>
> Modified:
>     llvm/trunk/test/DebugInfo/lto-comp-dir.ll
>
> Modified: llvm/trunk/test/DebugInfo/lto-comp-dir.ll
> URL:
http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/lto-comp-dir.ll?rev=204117&r1=204116&r2=204117&view=diff
>
==============================================================================
> --- llvm/trunk/test/DebugInfo/lto-comp-dir.ll (original)
> +++ llvm/trunk/test/DebugInfo/lto-comp-dir.ll Tue Mar 18 01:01:14 2014
> @@ -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
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140318/0895ea5a/attachment.html>


More information about the llvm-commits mailing list