mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 22:07:27 +00:00
3a57c37964
This also required adding 2x headers Dependency Analysis.h/Provenance Analysis.h and a .cpp file DependencyAnalysis.cpp to unentangle the dependencies inbetween ObjCARCContract and ObjCARCOpts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173760 91177308-0d34-0410-b5e6-96231b3b80d8
14 lines
276 B
CMake
14 lines
276 B
CMake
add_llvm_library(LLVMObjCARCOpts
|
|
ObjCARC.cpp
|
|
ObjCARCOpts.cpp
|
|
ObjCARCExpand.cpp
|
|
ObjCARCAPElim.cpp
|
|
ObjCARCAliasAnalysis.cpp
|
|
ObjCARCUtil.cpp
|
|
ObjCARCContract.cpp
|
|
DependencyAnalysis.cpp
|
|
ProvenanceAnalysis.cpp
|
|
)
|
|
|
|
add_dependencies(LLVMObjCARCOpts intrinsics_gen)
|