Added comment

This commit is contained in:
Nikita Mikhaylov 2022-03-09 16:51:44 +01:00
parent 3b97f5f5c3
commit af71df6054

View File

@ -1,3 +1,7 @@
# During cross-compilation in our CI we have to use llvm-tblgen and other building tools
# tools to be build for host architecture and everything else for target architecture (e.g. AArch64)
# Possible workaround is to use llvm-tblgen from some package...
# But lets just enable LLVM for native builds
if (CMAKE_CROSSCOMPILING OR SANITIZE STREQUAL "undefined")
set (ENABLE_EMBEDDED_COMPILER_DEFAULT OFF)
else()