comparison tools/bugpoint-passes/CMakeLists.txt @ 147:c2174574ed3a

LLVM 10
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 14 Aug 2019 16:55:33 +0900
parents 1172e4bd9c6f
children
comparison
equal deleted inserted replaced
134:3a76565eade5 147:c2174574ed3a
12 12
13 if(WIN32 OR CYGWIN) 13 if(WIN32 OR CYGWIN)
14 set(LLVM_LINK_COMPONENTS Core) 14 set(LLVM_LINK_COMPONENTS Core)
15 endif() 15 endif()
16 16
17 add_llvm_loadable_module( BugpointPasses 17 add_llvm_library( BugpointPasses MODULE BUILDTREE_ONLY
18 TestPasses.cpp 18 TestPasses.cpp
19 19
20 DEPENDS 20 DEPENDS
21 intrinsics_gen 21 intrinsics_gen
22 bugpoint 22 bugpoint