[llvm] 1808556 - [ORC] Remove an unused member variable.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 22 13:18:53 PDT 2025


Author: Lang Hames
Date: 2025-10-23T07:18:43+11:00
New Revision: 18085561a9a522692c7e6b057fb906bf38e86c12

URL: https://github.com/llvm/llvm-project/commit/18085561a9a522692c7e6b057fb906bf38e86c12
DIFF: https://github.com/llvm/llvm-project/commit/18085561a9a522692c7e6b057fb906bf38e86c12.diff

LOG: [ORC] Remove an unused member variable.

Added: 
    

Modified: 
    llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h b/llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
index 9c34bf1e7a99d..b23093df80084 100644
--- a/llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
+++ b/llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
@@ -286,7 +286,6 @@ class LLVM_ABI MachOPlatform : public Platform {
     // FIXME: ObjCImageInfos and HeaderAddrs need to be cleared when
     // JITDylibs are removed.
     DenseMap<JITDylib *, ObjCImageInfo> ObjCImageInfos;
-    DenseMap<JITDylib *, ExecutorAddr> HeaderAddrs;
   };
 
   using GetJITDylibHeaderSendResultFn =


        


More information about the llvm-commits mailing list