aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrzej Warzynski <andrzej.warzynski@arm.com>2024-04-04 17:12:37 +0100
committerAndrzej Warzynski <andrzej.warzynski@arm.com>2024-04-04 17:12:37 +0100
commitd3fe2b538d53373f03ae096ccc05d07cb4d3ff3a (patch)
treec7c6a212f61c54a999680e5eb66272f21a553779 /mlir/test/CMakeLists.txt
parent5fd9babbfcd02bae431d5b280da59adddc2824d3 (diff)
downloadllvm-d3fe2b538d53373f03ae096ccc05d07cb4d3ff3a.zip
llvm-d3fe2b538d53373f03ae096ccc05d07cb4d3ff3a.tar.gz
llvm-d3fe2b538d53373f03ae096ccc05d07cb4d3ff3a.tar.bz2
Revert "[mlir][test] Make SME e2e tests require an emulator (#86489)"
This reverts commit 7b5255297dca377a37c8df066e9d9749ab96cfad. Broken bot: * https://lab.llvm.org/buildbot/#/builders/179/builds/9794
Diffstat (limited to 'mlir/test/CMakeLists.txt')
-rw-r--r--mlir/test/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/mlir/test/CMakeLists.txt b/mlir/test/CMakeLists.txt
index 5319a9c..baf07ea 100644
--- a/mlir/test/CMakeLists.txt
+++ b/mlir/test/CMakeLists.txt
@@ -1,5 +1,3 @@
-include(MLIRCheckHardwareFeatures)
-
add_subdirectory(CAPI)
add_subdirectory(lib)
@@ -41,10 +39,6 @@ if (MLIR_INCLUDE_INTEGRATION_TESTS)
option(MLIR_RUN_ARM_SVE_TESTS "Run Arm SVE tests.")
option(MLIR_RUN_ARM_SME_TESTS "Run Arm SME tests.")
- # Check whether an emulator is required - if yes then make sure that it's
- # been set.
- check_emulator(MLIR_RUN_ARM_SVE_TESTS "HWCAP_SVE" ARM_EMULATOR_EXECUTABLE)
- check_emulator(MLIR_RUN_ARM_SME_TESTS "HWCAP2_SME" ARM_EMULATOR_EXECUTABLE)
# The native target may not be enabled when cross compiling, raise an error.
if(NOT MLIR_ENABLE_EXECUTION_ENGINE)