Skip to content

Commit e3dd559

Browse files
Zentrikvchuravy
authored andcommitted
Bump version bound
e7698a13e319a9919af04d3d693a6f6ea7168a44 isn't in llvm 19
1 parent 3b19ee1 commit e3dd559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jitlayers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2113,7 +2113,7 @@ JuliaOJIT::JuliaOJIT()
21132113
reinterpret_cast<void *>(static_cast<uintptr_t>(msan_workaround::MSanTLS::origin))), JITSymbolFlags::Exported};
21142114
cantFail(GlobalJD.define(orc::absoluteSymbols(msan_crt)));
21152115
#endif
2116-
#if JL_LLVM_VERSION < 190000
2116+
#if JL_LLVM_VERSION < 200000
21172117
#ifdef _COMPILER_ASAN_ENABLED_
21182118
// this is a hack to work around a bad assertion:
21192119
// /workspace/srcdir/llvm-project/llvm/lib/ExecutionEngine/Orc/Core.cpp:3028: llvm::Error llvm::orc::ExecutionSession::OL_notifyResolved(llvm::orc::MaterializationResponsibility&, const SymbolMap&): Assertion `(KV.second.getFlags() & ~JITSymbolFlags::Common) == (I->second & ~JITSymbolFlags::Common) && "Resolving symbol with incorrect flags"' failed.

0 commit comments

Comments
 (0)