[TableGen] Fix validateOperandClass for non Phyical Reg (#118146)
[llvm-project.git] / llvm / tools / llvm-lto2 / CMakeLists.txt
blob3b4644d6e277150bae8a504bcbdb468a64134b4c
1 set(LLVM_LINK_COMPONENTS
2   AllTargetsAsmParsers
3   AllTargetsCodeGens
4   AllTargetsDescs
5   AllTargetsInfos
6   BitReader
7   CodeGen
8   Core
9   Linker
10   LTO
11   MC
12   Object
13   Passes
14   Support
15   Target
16   TargetParser
17   )
19 add_llvm_tool(llvm-lto2
20   llvm-lto2.cpp
22   DEPENDS
23   intrinsics_gen
24   )
25 export_executable_symbols_for_plugins(llvm-lto2)