aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object/CMakeLists.txt
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2011-06-25 17:54:29 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2011-06-25 17:54:29 +0000
commitc44c915372ee453bd63a8b6b3eca586ab6f18545 (patch)
tree20b03697dad880f54e3ba21e86ac7287910e9d2b /lib/Object/CMakeLists.txt
parentd2a02f409e20f64a33e5dc55926e97bd710386c8 (diff)
downloadexternal_llvm-c44c915372ee453bd63a8b6b3eca586ab6f18545.zip
external_llvm-c44c915372ee453bd63a8b6b3eca586ab6f18545.tar.gz
external_llvm-c44c915372ee453bd63a8b6b3eca586ab6f18545.tar.bz2
Add Binary class. This is a cleaner parent than ObjectFile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133869 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Object/CMakeLists.txt')
-rw-r--r--lib/Object/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Object/CMakeLists.txt b/lib/Object/CMakeLists.txt
index e32940e..68e5e94 100644
--- a/lib/Object/CMakeLists.txt
+++ b/lib/Object/CMakeLists.txt
@@ -1,4 +1,5 @@
add_llvm_library(LLVMObject
+ Binary.cpp
COFFObjectFile.cpp
ELFObjectFile.cpp
Error.cpp