Home | History | Annotate | Download | only in bugpoint-passes
      1 if( NOT LLVM_BUILD_TOOLS )
      2   set(EXCLUDE_FROM_ALL ON)
      3 endif()
      4 
      5 add_llvm_loadable_module( BugpointPasses
      6   TestPasses.cpp
      7   )
      8 
      9 add_dependencies(BugpointPasses bugpoint)
     10