Skip to content

Commit

Permalink
allow LLVM 16
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Jul 24, 2024
1 parent 9e4ad21 commit d70b57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offlineASL-cpp/subprojects/aslp-lifter-llvm/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project('aslp-lifter-llvm', 'cpp',
default_options : [ 'warning_level=3', 'cpp_std=c++20' ])

version = meson.project_version()
llvm_dep = dependency('llvm', version: ['>=17', '<18'])
llvm_dep = dependency('llvm', version: ['>=16', '<18'])
empty_dep = dependency('', required: false)

lifter_dep = dependency('aslp-lifter', version: version, fallback: ['aslp-lifter', 'gen_dep'])
Expand Down

0 comments on commit d70b57b

Please sign in to comment.