1add_llvm_component_library(LLVMHelloNew
2  HelloWorld.cpp
3
4  DEPENDS
5  intrinsics_gen
6
7  LINK_COMPONENTS
8  Core
9  Support
10  )
11