mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Try to fix cmake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110528 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
371e5774c7
commit
6b01837b65
@ -29,6 +29,7 @@ add_subdirectory(lli)
|
||||
add_subdirectory(llvm-extract)
|
||||
|
||||
add_subdirectory(bugpoint)
|
||||
add_subdirectory(bugpoint-passes)
|
||||
add_subdirectory(llvm-bcanalyzer)
|
||||
add_subdirectory(llvm-stub)
|
||||
add_subdirectory(edis)
|
||||
|
3
tools/bugpoint-passes/CMakeLists.txt
Normal file
3
tools/bugpoint-passes/CMakeLists.txt
Normal file
@ -0,0 +1,3 @@
|
||||
add_llvm_loadable_module( BugpointPasses
|
||||
TestPasses.cpp
|
||||
)
|
@ -9,7 +9,6 @@ add_llvm_tool(bugpoint
|
||||
FindBugs.cpp
|
||||
Miscompilation.cpp
|
||||
OptimizerDriver.cpp
|
||||
TestPasses.cpp
|
||||
ToolRunner.cpp
|
||||
bugpoint.cpp
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user