[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / tools / llvm-dwp / CMakeLists.txt
blobd38385ce7083102d832c436798e9a58ad375da5d
1 set(LLVM_LINK_COMPONENTS
2   AllTargetsCodeGens
3   AllTargetsDescs
4   AllTargetsInfos
5   DebugInfoDWARF
6   DWP
7   MC
8   Object
9   Option
10   Support
11   TargetParser
12   )
14 set(LLVM_TARGET_DEFINITIONS Opts.td)
15 tablegen(LLVM Opts.inc -gen-opt-parser-defs)
16 add_public_tablegen_target(DwpOptsTableGen)
18 add_llvm_tool(llvm-dwp
19   llvm-dwp.cpp
21   DEPENDS
22   intrinsics_gen
23   DwpOptsTableGen
24   GENERATE_DRIVER
25   )
27 if(LLVM_INSTALL_BINUTILS_SYMLINKS)
28   add_llvm_tool_symlink(dwp llvm-dwp)
29 endif()