summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-06-18 15:03:28 +0000
committerAlexey Samsonov <samsonov@google.com>2013-06-18 15:03:28 +0000
commite6388e622e32f7c840d015b0710dcdde56af639e (patch)
tree59397d191d7fd2cbe3d7d0746fac7cb373842dc9 /llvm/lib/Object/CMakeLists.txt
parent63d84f8149156eae20cf21e06c0212c14cf6ed44 (diff)
downloadbcm5719-llvm-e6388e622e32f7c840d015b0710dcdde56af639e.tar.gz
bcm5719-llvm-e6388e622e32f7c840d015b0710dcdde56af639e.zip
Basic support for parsing Mach-O universal binaries in LLVMObject library
llvm-svn: 184191
Diffstat (limited to 'llvm/lib/Object/CMakeLists.txt')
-rw-r--r--llvm/lib/Object/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Object/CMakeLists.txt b/llvm/lib/Object/CMakeLists.txt
index cec0e283379..2c2cc8e4fb6 100644
--- a/llvm/lib/Object/CMakeLists.txt
+++ b/llvm/lib/Object/CMakeLists.txt
@@ -7,6 +7,7 @@ add_llvm_library(LLVMObject
ELFYAML.cpp
Error.cpp
MachOObjectFile.cpp
+ MachOUniversal.cpp
Object.cpp
ObjectFile.cpp
YAML.cpp
OpenPOWER on IntegriCloud