• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1if( NOT LLVM_BUILD_TOOLS )
2  set(EXCLUDE_FROM_ALL ON)
3endif()
4
5add_llvm_loadable_module( BugpointPasses
6  TestPasses.cpp
7  )
8
9add_dependencies(BugpointPasses bugpoint)
10