Justin Bogner | b4d6a56 | 2015-02-27 18:58:23 +0000 | [diff] [blame] | 1 | // Check that we understand kext bundles. |
2 | // Test input generated by "clang -x c++ -fapple-kext -Wl,-kext /dev/null" | ||||
3 | |||||
4 | RUN: llvm-readobj %p/Inputs/macho-empty-kext-bundle-x86-64 | FileCheck %s | ||||
5 | CHECK: Format: Mach-O 64-bit x86-64 | ||||
6 | CHECK: Arch: x86_64 | ||||
7 | CHECK: AddressSize: 64bit |