xref: /aosp_15_r20/external/llvm/test/tools/llvm-objdump/macho-unwind-info-no-relocs.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# RUN: llvm-objdump -unwind-info %p/Inputs/unwind-info-no-relocs.macho-x86_64 2>/dev/null | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker# Make sure we can deal with __compact_unwind sections that don't have helpful
4*9880d681SAndroid Build Coastguard Worker# relocations.
5*9880d681SAndroid Build Coastguard Worker
6*9880d681SAndroid Build Coastguard Worker# CHECK: Contents of __compact_unwind section:
7*9880d681SAndroid Build Coastguard Worker# CHECK:   Entry at offset 0x0:
8*9880d681SAndroid Build Coastguard Worker# CHECK:     start: 0x100000f7e
9