From 9fcfe1ed895f84a3434e3e023f96ba5a2bddd9d4 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Wed, 6 Feb 2013 22:17:40 +0000 Subject: [PATCH] Add a comment to the test that points to the source from which the input object file was generated. llvm-svn: 174551 --- llvm/test/DebugInfo/dwarfdump-debug-frame-simple.test | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4