You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
275 B
12 lines
275 B
4 months ago
|
RUN: llvm-dwarfdump -debug-frame %S/Inputs/empty.dSYM | FileCheck %s
|
||
|
|
||
|
You can generate an empty dSYM companion file by invoking dsymutil on any
|
||
|
object file.
|
||
|
|
||
|
CHECK: .debug_frame contents:
|
||
|
CHECK-NOT: CIE
|
||
|
CHECK-NOT: FDE
|
||
|
CHECK: .eh_frame contents:
|
||
|
CHECK-NOT: CIE
|
||
|
CHECK-NOT: FDE
|