repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git]
/
llvm
/
tools
/
bugpoint
/
CMakeLists.txt
blob
d64481df1c1c54e4832df9d949d786dc9c837238
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsAsmParsers
3
AllTargetsCodeGens
4
AllTargetsDescs
5
AllTargetsInfos
6
Analysis
7
BitWriter
8
CodeGen
9
Extensions
10
Core
11
IPO
12
IRReader
13
AggressiveInstCombine
14
InstCombine
15
Instrumentation
16
Linker
17
ObjCARCOpts
18
ScalarOpts
19
Support
20
Target
21
TransformUtils
22
Vectorize
23
)
24
25
add_llvm_tool(bugpoint
26
BugDriver.cpp
27
CrashDebugger.cpp
28
ExecutionDriver.cpp
29
ExtractFunction.cpp
30
FindBugs.cpp
31
Miscompilation.cpp
32
OptimizerDriver.cpp
33
ToolRunner.cpp
34
bugpoint.cpp
35
36
DEPENDS
37
intrinsics_gen
38
SUPPORT_PLUGINS
39
)
40
export_executable_symbols_for_plugins(bugpoint)