[Mlir-commits] [mlir] [MLIR][test] Run Integration tests for CPU using qemu-aarch64 (PR #101568)
Cullen Rhodes
llvmlistbot at llvm.org
Thu Aug 15 01:31:26 PDT 2024
================
@@ -11,6 +11,12 @@ if config.mlir_run_arm_sve_tests:
config.substitutions.append(
("%VLA_ARCH_ATTR_OPTIONS", '--march=aarch64 --mattr="+sve"')
)
+ config.substitutions.append(
+ (
+ "%mlir_native_utils_lib_dir",
+ config.arm_emulator_utils_lib_dir or config.mlir_lib_dir,
+ )
+ )
----------------
c-rhodes wrote:
this is no longer used? (and below at the end of the `else`)
https://github.com/llvm/llvm-project/pull/101568
More information about the Mlir-commits
mailing list