summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2016-05-23 21:34:12 +0000
committerKevin Enderby <enderby@apple.com>2016-05-23 21:34:12 +0000
commit866cdd590de5c5b172be2735a643d4c36a691193 (patch)
tree9ebde57bc51564f933b90f5da2e53fed08915b95 /lib
parente3a492d0d02f2c663b3acb20b954c2e5d4a97a60 (diff)
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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270491 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Object/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Object/CMakeLists.txt b/lib/Object/CMakeLists.txt
index 0a37cc360fe..b293d1c1f4e 100644
--- a/lib/Object/CMakeLists.txt
+++ b/lib/Object/CMakeLists.txt
@@ -21,4 +21,6 @@ add_llvm_library(LLVMObject
DEPENDS
intrinsics_gen
+
+ LINK_LIBS ${XAR_LIB}
)