Path: blob/main/conda-recipes/llvm15-clear-gotoffsetmap.patch
1154 views
From 0bcb486d8f66f6aed142d89e7fe21719f7050756 Mon Sep 17 00:00:00 20011From: Siu Kwan Lam <[email protected]>2Date: Mon, 8 Apr 2024 10:26:49 -05003Subject: [PATCH] llvm15-clear-gotoffsetmap.patch45---6llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 1 +71 file changed, 1 insertion(+)89diff --git a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp10index c702584b7..08c65897c 10064411--- a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp12+++ b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp13@@ -2352,6 +2352,7 @@ Error RuntimeDyldELF::finalizeLoad(const ObjectFile &Obj,14}15}1617+ GOTOffsetMap.clear();18GOTSectionID = 0;19CurrentGOTIndex = 0;2021--222.41.023242526