64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
12 lines
275 B
Plaintext
12 lines
275 B
Plaintext
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
|