|
|
|
@ -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', |
|
|
|
|