remove the AsmPrinter::printMCInst hook hack now that
[llvm/avr.git] / examples / Kaleidoscope / CMakeLists.txt
blobaf32fbfc51265b1924cbd15a9b7ecbc97630da9c
1 set(LLVM_LINK_COMPONENTS core jit interpreter native)
3 add_llvm_example(Kaleidoscope
4   toy.cpp
5   )