1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-01 01:30:36 +00:00
2013-01-22 01:44:00 +00:00

10 lines
168 B
CMake

if( NOT LLVM_BUILD_TOOLS )
set(EXCLUDE_FROM_ALL ON)
endif()
add_llvm_loadable_module( BugpointPasses
TestPasses.cpp
)
add_dependencies(BugpointPasses bugpoint)