[llvm] r174551 - Add a comment to the test that points to the source from which the input object

Duncan Sands baldrick at free.fr
Thu Feb 7 07:23:15 PST 2013


Hi Eli,

On 06/02/13 23:17, Eli Bendersky wrote:
> Author: eliben
> Date: Wed Feb  6 16:17:40 2013
> New Revision: 174551
>
> URL: http://llvm.org/viewvc/llvm-project?rev=174551&view=rev
> Log:
> Add a comment to the test that points to the source from which the input object
> file was generated.
>
> Modified:
>      llvm/trunk/test/DebugInfo/dwarfdump-debug-frame-simple.test
>
> Modified: llvm/trunk/test/DebugInfo/dwarfdump-debug-frame-simple.test
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/dwarfdump-debug-frame-simple.test?rev=174551&r1=174550&r2=174551&view=diff
> ==============================================================================
> --- llvm/trunk/test/DebugInfo/dwarfdump-debug-frame-simple.test (original)
> +++ llvm/trunk/test/DebugInfo/dwarfdump-debug-frame-simple.test Wed Feb  6 16:17:40 2013
> @@ -1,4 +1,5 @@
>   ; RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test-32bit.elf.o -debug-dump=frames | FileCheck %s -check-prefix FRAMES
> +; Note: the input file was generated from Inputes/dwarfdump-test-32bit.elf.c

Inputes -> Inputs

Ciao, Duncan.
>
>   ; FRAMES: .debug_frame
>   ; FRAMES-NOT: .eh_frame
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>




More information about the llvm-commits mailing list