[Mlir-commits] [mlir] 8d20d83 - Fix a comment in CMake (NFC)

Mehdi Amini llvmlistbot at llvm.org
Thu Jan 13 23:33:18 PST 2022


Author: Mehdi Amini
Date: 2022-01-14T07:33:06Z
New Revision: 8d20d83dd78e3bb2dae36bf0dbc81eff1dca5d76

URL: https://github.com/llvm/llvm-project/commit/8d20d83dd78e3bb2dae36bf0dbc81eff1dca5d76
DIFF: https://github.com/llvm/llvm-project/commit/8d20d83dd78e3bb2dae36bf0dbc81eff1dca5d76.diff

LOG: Fix a comment in CMake (NFC)

Added: 
    

Modified: 
    mlir/test/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/test/CMakeLists.txt b/mlir/test/CMakeLists.txt
index e6bbd30c62ef..415f0bb50cec 100644
--- a/mlir/test/CMakeLists.txt
+++ b/mlir/test/CMakeLists.txt
@@ -94,7 +94,9 @@ set(MLIR_TEST_DEPENDS
   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})
   list(APPEND MLIR_TEST_DEPENDS
     mlir-cpu-runner


        


More information about the Mlir-commits mailing list