blob: 81113934dc993c194f0c6206db0961f79ae49f8c [file] [log] [blame]
Michael J. Spencer68b3f0c2010-11-15 03:21:41 +00001add_llvm_library(LLVMObject
Michael J. Spencerc44c9152011-06-25 17:54:29 +00002 Binary.cpp
Michael J. Spencercbda61a2011-06-13 11:11:39 +00003 COFFObjectFile.cpp
4 ELFObjectFile.cpp
Michael J. Spencerd2a02f42011-06-25 17:42:56 +00005 Error.cpp
Daniel Dunbarfbd25b72010-11-27 05:38:50 +00006 MachOObject.cpp
Eric Christopher860d7e12011-04-22 04:06:24 +00007 MachOObjectFile.cpp
Eric Christopher33feb702011-04-03 23:07:51 +00008 Object.cpp
Michael J. Spencer68b3f0c2010-11-15 03:21:41 +00009 ObjectFile.cpp
Michael J. Spencer68b3f0c2010-11-15 03:21:41 +000010 )
Chandler Carruthac03e732011-07-29 00:14:25 +000011
12add_llvm_library_dependencies(LLVMObject
13 LLVMCore
14 LLVMSupport
15 )