Skip to content

Commit f45d99f

Browse files
committed
rellume: Bump
1 parent 06a4faf commit f45d99f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ add_project_arguments(['-Wmissing-field-initializers',
3030

3131
add_global_arguments(['-fno-rtti', '-fno-exceptions'], language: 'cpp')
3232

33-
llvm_version = ['>=15', '<19']
33+
llvm_version = ['>=16', '<19']
3434
# First, attempt to use the shared library.
3535
libllvm = dependency('llvm', version: llvm_version, static: false,
3636
method: 'config-tool', include_type: 'system',

0 commit comments

Comments
 (0)