8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
8 lines
274 B
Plaintext
8 lines
274 B
Plaintext
// Check that we understand kext bundles.
|
|
// Test input generated by "clang -x c++ -fapple-kext -Wl,-kext /dev/null"
|
|
|
|
RUN: llvm-readobj %p/Inputs/macho-empty-kext-bundle-x86-64 | FileCheck %s
|
|
CHECK: Format: Mach-O 64-bit x86-64
|
|
CHECK: Arch: x86_64
|
|
CHECK: AddressSize: 64bit
|