mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Object: Test for reading kext bundles
In the review for r230567, it was pointed out we should really test the lib/Object part of that change. This does so using llvm-readobj. llvm-svn: 230779
This commit is contained in:
parent
27f79d7986
commit
dfad511a53
BIN
test/Object/Inputs/macho-empty-kext-bundle-x86-64
Executable file
BIN
test/Object/Inputs/macho-empty-kext-bundle-x86-64
Executable file
Binary file not shown.
7
test/Object/kext.test
Normal file
7
test/Object/kext.test
Normal file
@ -0,0 +1,7 @@
|
||||
// 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
|
Loading…
x
Reference in New Issue
Block a user