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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
tools
/
llvm-ifs
/
CMakeLists.txt
blob
483610dce94a0c03209b38b7433d0def9e2cbcf0
1
set(LLVM_LINK_COMPONENTS
2
BinaryFormat
3
InterfaceStub
4
Object
5
Support
6
TextAPI
7
ObjectYAML
8
Option
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
)