Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... }
[oota-llvm.git] / tools / lli / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen bitreader selectiondag)
2
3 add_llvm_tool(lli
4   lli.cpp
5   )