Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
numba
GitHub Repository: numba/llvmlite
Path: blob/main/conda-recipes/llvm15-clear-gotoffsetmap.patch
1154 views
1
From 0bcb486d8f66f6aed142d89e7fe21719f7050756 Mon Sep 17 00:00:00 2001
2
From: Siu Kwan Lam <[email protected]>
3
Date: Mon, 8 Apr 2024 10:26:49 -0500
4
Subject: [PATCH] llvm15-clear-gotoffsetmap.patch
5
6
---
7
llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 1 +
8
1 file changed, 1 insertion(+)
9
10
diff --git a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
11
index c702584b7..08c65897c 100644
12
--- a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
13
+++ b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
14
@@ -2352,6 +2352,7 @@ Error RuntimeDyldELF::finalizeLoad(const ObjectFile &Obj,
15
}
16
}
17
18
+ GOTOffsetMap.clear();
19
GOTSectionID = 0;
20
CurrentGOTIndex = 0;
21
22
--
23
2.41.0
24
25
26