[Mlir-commits] [mlir] [mlir][vector] Remove Emulated Sub-directory (PR #94742)

Benjamin Maxwell llvmlistbot at llvm.org
Fri Jun 7 05:15:09 PDT 2024


================
@@ -250,3 +250,6 @@ def have_host_jit_feature_support(feature_name):
 
 if config.run_rocm_tests:
     config.available_features.add("host-supports-amdgpu")
+
+if config.arm_emulator_executable:
+    config.available_features.add("arm-emulator-executable")
----------------
MacDue wrote:

Maybe just call the feature `arm-emulator` so the requires can be `REQUIRES: arm-emulator`?
```suggestion
    config.available_features.add("arm-emulator")
```

https://github.com/llvm/llvm-project/pull/94742


More information about the Mlir-commits mailing list