[llvm] r174551 - Add a comment to the test that points to the source from which the input object
Eli Bendersky
eliben at google.com
Wed Feb 6 14:17:40 PST 2013
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
; FRAMES: .debug_frame
; FRAMES-NOT: .eh_frame
More information about the llvm-commits
mailing list