[PowerPC] Emit XXSEL for vec_sel and code that has the same pattern
[llvm-core.git] / examples / ModuleMaker / CMakeLists.txt
bloba73909a13bd48eadeaa9382dddc9c0c3b41002f2
1 set(LLVM_LINK_COMPONENTS
2   BitWriter
3   Core
4   Support
5   )
7 add_llvm_example(ModuleMaker
8   ModuleMaker.cpp
9   )