[PATCH] D129582: [ORC] Remove unused function declaration. (NFC)

Sunho Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 13:14:02 PDT 2022


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2a0aa98c8d7a: [ORC] Remove unused function declaration. (NFC) (authored by sunho).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129582/new/

https://reviews.llvm.org/D129582

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


Index: llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
===================================================================
--- llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
+++ llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
@@ -138,9 +138,6 @@
     using InitSymbolDepMap =
         DenseMap<MaterializationResponsibility *, JITLinkSymbolSet>;
 
-    void addEHAndTLVSupportPasses(MaterializationResponsibility &MR,
-                                  jitlink::PassConfiguration &Config);
-
     Error associateJITDylibHeaderSymbol(jitlink::LinkGraph &G,
                                         MaterializationResponsibility &MR);
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129582.444062.patch
Type: text/x-patch
Size: 654 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220712/bd1d97b7/attachment.bin>


More information about the llvm-commits mailing list