forked from OSchip/llvm-project
Add a comment to the test that points to the source from which the input object
file was generated. llvm-svn: 174551
This commit is contained in:
parent
97b7a1719e
commit
9fcfe1ed89
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue