mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-21 19:20:50 +00:00
Move Object.cpp out of VMCore and into Object.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128800 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
539d8d8a72
commit
33feb70690
@ -1,5 +1,6 @@
|
||||
add_llvm_library(LLVMObject
|
||||
MachOObject.cpp
|
||||
Object.cpp
|
||||
ObjectFile.cpp
|
||||
COFFObjectFile.cpp
|
||||
ELFObjectFile.cpp
|
||||
|
@ -24,7 +24,6 @@ add_llvm_library(LLVMCore
|
||||
LeakDetector.cpp
|
||||
Metadata.cpp
|
||||
Module.cpp
|
||||
Object.cpp
|
||||
Pass.cpp
|
||||
PassManager.cpp
|
||||
PassRegistry.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user