/3rd_party/llvm/tools/llvm-diff/CMakeLists.txt
CMake | 8 lines | 7 code | 1 blank | 0 comment | 0 complexity | 1e198f410d5893b713d4670b2cf54a2c 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 support asmparser bitreader irreader) 2 3add_llvm_tool(llvm-diff 4 llvm-diff.cpp 5 DiffConsumer.cpp 6 DiffLog.cpp 7 DifferenceEngine.cpp 8 )