mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 08:28:19 +00:00
3720e3e45f
llvm-svn: 101234
16 lines
311 B
CMake
16 lines
311 B
CMake
set(LLVM_LINK_COMPONENTS asmparser instrumentation scalaropts ipo
|
|
linker bitreader bitwriter)
|
|
|
|
add_llvm_tool(bugpoint
|
|
BugDriver.cpp
|
|
CrashDebugger.cpp
|
|
ExecutionDriver.cpp
|
|
ExtractFunction.cpp
|
|
FindBugs.cpp
|
|
Miscompilation.cpp
|
|
OptimizerDriver.cpp
|
|
TestPasses.cpp
|
|
ToolRunner.cpp
|
|
bugpoint.cpp
|
|
)
|