projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add Binary class. This is a cleaner parent than ObjectFile.
[oota-llvm.git]
/
lib
/
Object
/
CMakeLists.txt
1
add_llvm_library(LLVMObject
2
Binary.cpp
3
COFFObjectFile.cpp
4
ELFObjectFile.cpp
5
Error.cpp
6
MachOObject.cpp
7
MachOObjectFile.cpp
8
Object.cpp
9
ObjectFile.cpp
10
)