diff options
Diffstat (limited to 'test/Bitcode/bitcode-wrapper-header-x86_64.ll')
-rw-r--r-- | test/Bitcode/bitcode-wrapper-header-x86_64.ll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Bitcode/bitcode-wrapper-header-x86_64.ll b/test/Bitcode/bitcode-wrapper-header-x86_64.ll new file mode 100644 index 0000000000000..dbad71922b5c6 --- /dev/null +++ b/test/Bitcode/bitcode-wrapper-header-x86_64.ll @@ -0,0 +1,5 @@ +; RUN: llvm-as < %s | llvm-bcanalyzer -dump | FileCheck %s + +target triple = "x86_64-apple-macosx10.11.0" + +; CHECK: <BITCODE_WRAPPER_HEADER Magic=0x0b17c0de Version=0x{{[0-9a-f]+}} Offset=0x00000014 Size=0x{{[0-9a-f]+}} CPUType=0x01000007/> |