From f91b23c8cd9ba2bae0dd6c80457405fb9f492e87 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174551 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/dwarfdump-debug-frame-simple.test | 1 + 1 file changed, 1 insertion(+) diff --git a/test/DebugInfo/dwarfdump-debug-frame-simple.test b/test/DebugInfo/dwarfdump-debug-frame-simple.test index 65e650f191e..f4bb3c12f83 100644 --- a/test/DebugInfo/dwarfdump-debug-frame-simple.test +++ b/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.34.1