Skip to content

Commit 25e3a62

Browse files
yuygfggsgt0
authored andcommitted
Update to LLVM 20
1 parent 62a5bae commit 25e3a62

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.cache/*
2+
.DS_Store
3+
checks.json
4+
.vscode/*

expr2/reactor/LLVMJIT.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ __pragma(warning(push))
3030
#include "llvm/ExecutionEngine/Orc/IRCompileLayer.h"
3131
#include "llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h"
3232
#include "llvm/ExecutionEngine/SectionMemoryManager.h"
33+
#include "llvm/ExecutionEngine/Orc/AbsoluteSymbols.h"
3334
#include "llvm/IR/DiagnosticInfo.h"
3435
#include "llvm/IR/PassManager.h"
3536
#include "llvm/Passes/PassBuilder.h"

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ if use_asmjit
8787
else
8888
sources = sources_common + sources_expr2
8989
incdir += include_directories('expr2/reactor')
90-
deps += dependency('llvm', version: ['>= 10.0', '< 20'], method: 'config-tool', static: get_option('static-llvm'),
90+
deps += dependency('llvm', version: ['>= 10.0', '< 21'], method: 'config-tool', static: get_option('static-llvm'),
9191
modules: [
9292
'asmprinter', 'executionengine', 'target', 'orcjit', 'native',
9393
])

0 commit comments

Comments
 (0)