8 lines · plain
1// Check that we understand kext bundles.2// Test input generated by "clang -x c++ -fapple-kext -Wl,-kext /dev/null"3 4RUN: llvm-readobj %p/Inputs/macho-empty-kext-bundle-x86-64 | FileCheck %s5CHECK: Format: Mach-O 64-bit x86-646CHECK: Arch: x86_647CHECK: AddressSize: 64bit8