commit | c44c915372ee453bd63a8b6b3eca586ab6f18545 | [log] [tgz] |
---|---|---|
author | Michael J. Spencer <bigcheesegs@gmail.com> | Sat Jun 25 17:54:29 2011 +0000 |
committer | Michael J. Spencer <bigcheesegs@gmail.com> | Sat Jun 25 17:54:29 2011 +0000 |
tree | 20b03697dad880f54e3ba21e86ac7287910e9d2b | |
parent | d2a02f409e20f64a33e5dc55926e97bd710386c8 [diff] [blame] |
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
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