mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
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
|
||
|
)
|