comparison tools/llvm-dwp/CMakeLists.txt @ 134:3a76565eade5 LLVM5.0.1

update 5.0.1
author mir3636
date Sat, 17 Feb 2018 09:57:20 +0900
parents 1172e4bd9c6f
children c2174574ed3a
comparison
equal deleted inserted replaced
133:c60214abe0e8 134:3a76565eade5
13 DWPError.cpp 13 DWPError.cpp
14 14
15 DEPENDS 15 DEPENDS
16 intrinsics_gen 16 intrinsics_gen
17 ) 17 )
18
19 if(LLVM_INSTALL_BINUTILS_SYMLINKS)
20 add_llvm_tool_symlink(dwp llvm-dwp)
21 endif()