Thumb2 assembly parsing and encoding for UHSUB16/UHSUB8.
[oota-llvm.git] / tools / llvmc / examples / mcc16 / CMakeLists.txt
1 set(LLVM_TARGET_DEFINITIONS PIC16.td)
2
3 tablegen(PIC16.inc -gen-llvmc)
4
5 set(LLVM_USED_LIBS CompilerDriver)
6 set(LLVM_LINK_COMPONENTS support)
7
8 add_llvm_example(mcc16
9   Hooks.cpp
10   Main.cpp
11   )