summaryrefslogtreecommitdiff
path: root/test cases/frameworks
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/frameworks')
-rw-r--r--test cases/frameworks/15 llvm/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/test cases/frameworks/15 llvm/meson.build b/test cases/frameworks/15 llvm/meson.build
index 411d6db29..3b5f4ae52 100644
--- a/test cases/frameworks/15 llvm/meson.build
+++ b/test cases/frameworks/15 llvm/meson.build
@@ -18,7 +18,7 @@ if(method == 'combination')
)
# Bump the version along till the LLVM bug is fixed
- if static and d.version().startswith('16.0') and d.version()[5].to_int() <= 2
+ if static and d.version().startswith('16.0') and d.version()[5].to_int() <= 4
message('Skipping modules with cmake, see https://github.com/mesonbuild/meson/issues/11642')
llvm_cm_dep = dependency(
'llvm',
@@ -81,7 +81,7 @@ else
endif
# Bump the version along till the LLVM bug is fixed
- if static and method == 'cmake' and d.version().startswith('16.0') and d.version()[5].to_int() <= 2
+ if static and method == 'cmake' and d.version().startswith('16.0') and d.version()[5].to_int() <= 4
message('Skipping modules with cmake, see https://github.com/mesonbuild/meson/issues/11642')
llvm_dep = dependency(
'llvm',