/3rd_party/llvm/tools/llvm-extract/CMakeLists.txt
CMake | 5 lines | 4 code | 1 blank | 0 comment | 0 complexity | c8fde8104fdaecb4e174cfebfecfba0a MD5 | raw file
Possible License(s): LGPL-2.1, BSD-3-Clause, JSON, MPL-2.0-no-copyleft-exception, GPL-2.0, GPL-3.0, LGPL-3.0, BSD-2-Clause
1set(LLVM_LINK_COMPONENTS asmparser ipo bitreader bitwriter irreader) 2 3add_llvm_tool(llvm-extract 4 llvm-extract.cpp 5 )