[llvm] r179014 - Simplify the quoting here. Our lit emulator doesn't deal well with the

Alexey Samsonov samsonov at google.com
Mon Apr 8 07:39:14 PDT 2013


Thanks!


On Mon, Apr 8, 2013 at 2:07 PM, Chandler Carruth <chandlerc at gmail.com>wrote:

> Author: chandlerc
> Date: Mon Apr  8 05:07:50 2013
> New Revision: 179014
>
> URL: http://llvm.org/viewvc/llvm-project?rev=179014&view=rev
> Log:
> Simplify the quoting here. Our lit emulator doesn't deal well with the
> nested quoting schemes, and they're not important here...
>
> Modified:
>     llvm/trunk/test/DebugInfo/llvm-symbolizer.test
>
> Modified: llvm/trunk/test/DebugInfo/llvm-symbolizer.test
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/llvm-symbolizer.test?rev=179014&r1=179013&r2=179014&view=diff
>
> ==============================================================================
> --- llvm/trunk/test/DebugInfo/llvm-symbolizer.test (original)
> +++ llvm/trunk/test/DebugInfo/llvm-symbolizer.test Mon Apr  8 05:07:50 2013
> @@ -1,7 +1,7 @@
>  RUN: echo "%p/Inputs/dwarfdump-test.elf-x86-64 0x400559" > %t.input
>  RUN: echo "%p/Inputs/dwarfdump-test4.elf-x86-64 0x62c" >> %t.input
>  RUN: echo "%p/Inputs/dwarfdump-inl-test.elf-x86-64 0x710" >> %t.input
> -RUN: echo '"%p/Inputs/dwarfdump-test3.elf-x86-64 space" 0x633' >> %t.input
> +RUN: echo "\"%p/Inputs/dwarfdump-test3.elf-x86-64 space\" 0x633" >>
> %t.input
>
>  RUN: llvm-symbolizer --functions --inlining --demangle=false < %t.input \
>  RUN:    | FileCheck %s
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



-- 
Alexey Samsonov, MSK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130408/ea288767/attachment.html>


More information about the llvm-commits mailing list