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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
llvm
/
tools
/
bugpoint
/
CMakeLists.txt
blob
b0e71910c7cc38fc71dcdfd1a1c2264757a013bf
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
TargetParser
22
TransformUtils
23
Vectorize
24
)
25
26
add_llvm_tool(bugpoint
27
BugDriver.cpp
28
CrashDebugger.cpp
29
ExecutionDriver.cpp
30
ExtractFunction.cpp
31
FindBugs.cpp
32
Miscompilation.cpp
33
OptimizerDriver.cpp
34
ToolRunner.cpp
35
bugpoint.cpp
36
37
DEPENDS
38
intrinsics_gen
39
SUPPORT_PLUGINS
40
)
41
export_executable_symbols_for_plugins(bugpoint)