repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Split out the Dwarf writer stuff into separate files. This is a much more
[llvm/msp430.git]
/
tools
/
bugpoint
/
CMakeLists.txt
blob
90f24bac5826e88b9d863a2ec50b58da378e3d5a
1
set(LLVM_LINK_COMPONENTS asmparser instrumentation scalaropts ipo
2
linker bitreader bitwriter)
3
set(LLVM_REQUIRES_EH 1)
4
5
add_llvm_tool(bugpoint
6
BugDriver.cpp
7
CrashDebugger.cpp
8
ExecutionDriver.cpp
9
ExtractFunction.cpp
10
FindBugs.cpp
11
Miscompilation.cpp
12
OptimizerDriver.cpp
13
TestPasses.cpp
14
ToolRunner.cpp
15
bugpoint.cpp
16
)