repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix build with stdcxx by using llvm::next. Patch by Joerg Sonnenberger!
[llvm.git]
/
tools
/
bugpoint
/
CMakeLists.txt
blob
e06feb100312413d3d1dba472ec2b22092154986
1
set(LLVM_LINK_COMPONENTS asmparser instrumentation scalaropts ipo
2
linker bitreader bitwriter)
3
4
add_llvm_tool(bugpoint
5
BugDriver.cpp
6
CrashDebugger.cpp
7
ExecutionDriver.cpp
8
ExtractFunction.cpp
9
FindBugs.cpp
10
Miscompilation.cpp
11
OptimizerDriver.cpp
12
ToolRunner.cpp
13
bugpoint.cpp
14
)