Fix a comment in CMake (NFC)

This commit is contained in:
Mehdi Amini 2022-01-14 07:33:06 +00:00
parent 46b1e83716
commit 8d20d83dd7
1 changed files with 3 additions and 1 deletions

View File

@ -94,7 +94,9 @@ set(MLIR_TEST_DEPENDS
mlir_async_runtime mlir_async_runtime
) )
# The native target may not be enabled when cross compiling, raise an error. # The native target may not be enabled, in this case we won't
# run tests that involves executing on the host: do not build
# useless binaries.
if(TARGET ${LLVM_NATIVE_ARCH}) if(TARGET ${LLVM_NATIVE_ARCH})
list(APPEND MLIR_TEST_DEPENDS list(APPEND MLIR_TEST_DEPENDS
mlir-cpu-runner mlir-cpu-runner