blob: 0377c056142834de7ccac6c8979fec1bcb0884a9 [file] [log] [blame]
Oscar Fuentes3ab40ca2008-11-09 18:53:19 +00001# TODO: Build a native tblgen when cross-compiling, if the user
2# didn't set LLVM_TABLEGEN. Then, remove this check:
3if( CMAKE_CROSSCOMPILING AND ${LLVM_TABLEGEN} STREQUAL "tblgen" )
4 message(FATAL_ERROR
5 "Set LLVM_TABLEGEN to the full route to a native tblgen executable")
6endif()