From: Eli Bendersky Date: Wed, 6 Feb 2013 22:17:40 +0000 (+0000) Subject: Add a comment to the test that points to the source from which the input object X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9fcfe1ed895f84a3434e3e023f96ba5a2bddd9d4;p=platform%2Fupstream%2Fllvm.git Add a comment to the test that points to the source from which the input object file was generated. llvm-svn: 174551 --- diff --git a/llvm/test/DebugInfo/dwarfdump-debug-frame-simple.test b/llvm/test/DebugInfo/dwarfdump-debug-frame-simple.test index 65e650f..f4bb3c1 100644 --- a/llvm/test/DebugInfo/dwarfdump-debug-frame-simple.test +++ b/llvm/test/DebugInfo/dwarfdump-debug-frame-simple.test @@ -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