aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test cases/common/119 llvm ir and assembly/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/119 llvm ir and assembly/meson.build b/test cases/common/119 llvm ir and assembly/meson.build
index fd07d87..330438b 100644
--- a/test cases/common/119 llvm ir and assembly/meson.build
+++ b/test cases/common/119 llvm ir and assembly/meson.build
@@ -1,7 +1,7 @@
project('llvm-ir', 'c', 'cpp')
cpu = host_machine.cpu_family()
-supported_cpus = ['arm', 'aarch64', 'x86', 'x86_64']
+supported_cpus = ['arm', 'x86', 'x86_64']
foreach lang : ['c', 'cpp']
cc = meson.get_compiler(lang)