diff options
author | Kevin Enderby <enderby@apple.com> | 2016-05-23 21:34:12 +0000 |
---|---|---|
committer | Kevin Enderby <enderby@apple.com> | 2016-05-23 21:34:12 +0000 |
commit | 9873e2c46794407531737f5b6560488a02cb4a69 (patch) | |
tree | 1864308c9b24a927208a51903851f6bffcb0efcb /llvm/lib | |
parent | 76f3def58a1d7c242bee268ac1e21ddacaf2720f (diff) | |
download | bcm5719-llvm-9873e2c46794407531737f5b6560488a02cb4a69.tar.gz bcm5719-llvm-9873e2c46794407531737f5b6560488a02cb4a69.zip |
Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbosely"
to llvm-objdump. This section is created with -fembed-bitcode option.
This requires the use of libxar and the Cmake and lit support were crafted by
Chris Bieneman!
rdar://26202242
llvm-svn: 270491
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Object/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Object/CMakeLists.txt b/llvm/lib/Object/CMakeLists.txt index 0a37cc360fe..b293d1c1f4e 100644 --- a/llvm/lib/Object/CMakeLists.txt +++ b/llvm/lib/Object/CMakeLists.txt @@ -21,4 +21,6 @@ add_llvm_library(LLVMObject DEPENDS intrinsics_gen + + LINK_LIBS ${XAR_LIB} ) |