Move TargetData to DataLayout.
[oota-llvm.git] / tools / bugpoint-passes / CMakeLists.txt
1 add_llvm_loadable_module( BugpointPasses
2   TestPasses.cpp
3   )
4
5 add_dependencies(BugpointPasses bugpoint)