[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / tools / llvm-ifs / CMakeLists.txt
blob483610dce94a0c03209b38b7433d0def9e2cbcf0
1 set(LLVM_LINK_COMPONENTS
2   BinaryFormat
3   InterfaceStub  
4   Object
5   Support
6   TextAPI
7   ObjectYAML
8   Option
9   )
11 set(LLVM_TARGET_DEFINITIONS Opts.td)
12 tablegen(LLVM Opts.inc -gen-opt-parser-defs)
13 add_public_tablegen_target(IFSOptsTableGen)
15 add_llvm_tool(llvm-ifs
16   ErrorCollector.cpp
17   llvm-ifs.cpp
19 DEPENDS
20   IFSOptsTableGen
21   )