summaryrefslogtreecommitdiff
path: root/tools/bugpoint-passes/CMakeLists.txt
blob: b2f1bb5d1350a6071b98ed51d0e72431e7a6321b (plain)
1
2
3
4
5
add_llvm_loadable_module( BugpointPasses
  TestPasses.cpp
  )

add_dependencies(BugpointPasses bugpoint)