mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
3d8ed99b1f
llvm-svn: 173647
15 lines
316 B
CMake
15 lines
316 B
CMake
set(LLVM_LINK_COMPONENTS asmparser instrumentation scalaropts ipo
|
|
linker bitreader bitwriter vectorize objcarcopts)
|
|
|
|
add_llvm_tool(bugpoint
|
|
BugDriver.cpp
|
|
CrashDebugger.cpp
|
|
ExecutionDriver.cpp
|
|
ExtractFunction.cpp
|
|
FindBugs.cpp
|
|
Miscompilation.cpp
|
|
OptimizerDriver.cpp
|
|
ToolRunner.cpp
|
|
bugpoint.cpp
|
|
)
|