]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/llvm/tools/lli/CMakeLists.txt
Purge mergeinfo from i386/conf/XENHVM. The mergeinfo related to
[FreeBSD/stable/9.git] / contrib / llvm / tools / lli / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS mcjit jit interpreter nativecodegen bitreader asmparser selectiondag)
2
3 add_llvm_tool(lli
4   lli.cpp
5   )