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
[llvm-exegesis] Add ability to assign perf counters to specific PID
[llvm-project.git]
/
llvm
/
tools
/
llvm-ifs
/
CMakeLists.txt
blob
dc008eaec8bdc453352830339661b05e34794667
1
set(LLVM_LINK_COMPONENTS
2
BinaryFormat
3
InterfaceStub
4
ObjectYAML
5
Option
6
Support
7
TargetParser
8
TextAPI
9
)
10
11
set(LLVM_TARGET_DEFINITIONS Opts.td)
12
tablegen(LLVM Opts.inc -gen-opt-parser-defs)
13
add_public_tablegen_target(IFSOptsTableGen)
14
15
add_llvm_tool(llvm-ifs
16
ErrorCollector.cpp
17
llvm-ifs.cpp
18
19
DEPENDS
20
IFSOptsTableGen
21
22
GENERATE_DRIVER
23
)