summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib/Object/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/lib/Object/CMakeLists.txt')
-rw-r--r--contrib/llvm/lib/Object/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/llvm/lib/Object/CMakeLists.txt b/contrib/llvm/lib/Object/CMakeLists.txt
new file mode 100644
index 0000000..6a6814f
--- /dev/null
+++ b/contrib/llvm/lib/Object/CMakeLists.txt
@@ -0,0 +1,6 @@
+add_llvm_library(LLVMObject
+ MachOObject.cpp
+ ObjectFile.cpp
+ COFFObjectFile.cpp
+ ELFObjectFile.cpp
+ )
OpenPOWER on IntegriCloud