llvm-6502/tools/bugpoint-passes/CMakeLists.txt
NAKAMURA Takumi 51c06bf6ad 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121455 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-10 02:15:36 +00:00

6 lines
105 B
CMake

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