summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-11-15 03:21:41 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-11-15 03:21:41 +0000
commitfe5ee802681bdddd52adc47c15b00ee28c93cdf4 (patch)
tree3d4d83e06c3a723f88d84143d20bccd169c7c4da /llvm/lib/Object/CMakeLists.txt
parentdd6df84900df4ceb6b4c5bc9c341c14f672ffaf7 (diff)
downloadbcm5719-llvm-fe5ee802681bdddd52adc47c15b00ee28c93cdf4.tar.gz
bcm5719-llvm-fe5ee802681bdddd52adc47c15b00ee28c93cdf4.zip
Add LLVMObject Library.
llvm-svn: 119107
Diffstat (limited to 'llvm/lib/Object/CMakeLists.txt')
-rw-r--r--llvm/lib/Object/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Object/CMakeLists.txt b/llvm/lib/Object/CMakeLists.txt
new file mode 100644
index 00000000000..18ee4beac18
--- /dev/null
+++ b/llvm/lib/Object/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_llvm_library(LLVMObject
+ ObjectFile.cpp
+ )
OpenPOWER on IntegriCloud