Expand relocation type field to 64 bits. MachO scattered relocations require 33...
[oota-llvm.git] / tools / llc / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader asmparser)
2
3 add_llvm_tool(llc
4   llc.cpp
5   )