mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
ed91a36cd8
It was dead since r134829. llvm-svn: 222684
11 lines
175 B
CMake
11 lines
175 B
CMake
add_llvm_library(LLVMipa
|
|
CallGraph.cpp
|
|
CallGraphSCCPass.cpp
|
|
CallPrinter.cpp
|
|
GlobalsModRef.cpp
|
|
IPA.cpp
|
|
InlineCost.cpp
|
|
)
|
|
|
|
add_dependencies(LLVMipa intrinsics_gen)
|