1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/bugpoint-passes/CMakeLists.txt
NAKAMURA Takumi 5ad673e4d9 Add dependency to "make check".
cmake/modules/AddLLVM.cmake: Add empty "phony" target in add_llvm_loadable_module() even if loadable module were not supported.

llvm-svn: 121455
2010-12-10 02:15:36 +00:00

6 lines
105 B
CMake

add_llvm_loadable_module( BugpointPasses
TestPasses.cpp
)
add_dependencies(BugpointPasses bugpoint)