Oscar Fuentes | 3ab40ca | 2008-11-09 18:53:19 +0000 | [diff] [blame^] | 1 | # TODO: Build a native tblgen when cross-compiling, if the user |
2 | # didn't set LLVM_TABLEGEN. Then, remove this check: | ||||
3 | if( CMAKE_CROSSCOMPILING AND ${LLVM_TABLEGEN} STREQUAL "tblgen" ) | ||||
4 | message(FATAL_ERROR | ||||
5 | "Set LLVM_TABLEGEN to the full route to a native tblgen executable") | ||||
6 | endif() |