File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- // REQUIRES: aarch64-registered-target,system-linux,host-target-compatible
1+ // REQUIRES: aarch64-registered-target,system-linux,aarch64-host
22// RUN: export LLVM_CPUINFO=%S/Inputs/cpunative/neoverse-v2
33// RUN: %clang --target=aarch64 --print-enabled-extensions -mcpu=native | FileCheck --strict-whitespace --check-prefix=CHECK-FEAT-NV2 --implicit-check-not=FEAT_ %s
44
Original file line number Diff line number Diff line change @@ -211,8 +211,8 @@ def have_host_clang_repl_cuda():
211211config .substitutions .append (("%host_cxx" , config .host_cxx ))
212212
213213# Determine whether the test target is compatible with execution on the host.
214- if config . host_arch in config .target_triple :
215- config .available_features .add ("host-target-compatible " )
214+ if "aarch64" in config .host_arch :
215+ config .available_features .add ("aarch64-host " )
216216
217217# Plugins (loadable modules)
218218if config .has_plugins and config .llvm_plugin_ext :
You can’t perform that action at this time.
0 commit comments