mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-13 14:46:15 +00:00
![Nick Lewycky](/assets/img/avatar_default.png)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101234 91177308-0d34-0410-b5e6-96231b3b80d8
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
|
|
)
|