Add #include raw_ostream.h in lib/Target/R600/SIFixSGPRCopies.cpp
[oota-llvm.git] / examples / HowToUseJIT / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
2
3 add_llvm_example(HowToUseJIT
4   HowToUseJIT.cpp
5   )