Don't wipe out global variables that are probably storing pointers to heap
[oota-llvm.git] / lib / Transforms / Hello / CMakeLists.txt
1 add_llvm_loadable_module( LLVMHello
2   Hello.cpp
3   )