xref: /aosp_15_r20/external/llvm/tools/llvm-extract/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1set(LLVM_LINK_COMPONENTS
2  BitWriter
3  Core
4  IPO
5  IRReader
6  Support
7  )
8
9add_llvm_tool(llvm-extract
10  llvm-extract.cpp
11  )
12