mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-05 12:31:33 +00:00
7 lines
292 B
CMake
7 lines
292 B
CMake
|
# TODO: Build a native tblgen when cross-compiling, if the user
|
||
|
# didn't set LLVM_TABLEGEN. Then, remove this check:
|
||
|
if( CMAKE_CROSSCOMPILING AND ${LLVM_TABLEGEN} STREQUAL "tblgen" )
|
||
|
message(FATAL_ERROR
|
||
|
"Set LLVM_TABLEGEN to the full route to a native tblgen executable")
|
||
|
endif()
|