Add CreateLifetimeStart and CreateLifetimeEnd to the IRBuilder, with plans to
[llvm/stm8.git] / examples / ModuleMaker / CMakeLists.txt
blob81e911560bdcf2c9c863029d5c265d79dce55590
1 set(LLVM_LINK_COMPONENTS bitwriter)
3 add_llvm_example(ModuleMaker
4   ModuleMaker.cpp
5   )