[PATCH] D89472: [LTO][Legacy] Eliminate an unused member of llvm::LTOModule. NFC.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 23:35:25 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG1329944c221c: [LTO][Legacy] Eliminate an unused member of llvm::LTOModule. NFC. (authored by ikudrin).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89472

Files:
  llvm/include/llvm/LTO/legacy/LTOModule.h


Index: llvm/include/llvm/LTO/legacy/LTOModule.h
===================================================================
--- llvm/include/llvm/LTO/legacy/LTOModule.h
+++ llvm/include/llvm/LTO/legacy/LTOModule.h
@@ -48,8 +48,6 @@
 
   std::string LinkerOpts;
 
-  std::string DependentLibraries;
-
   std::unique_ptr<Module> Mod;
   MemoryBufferRef MBRef;
   ModuleSymbolTable SymTab;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89472.299270.patch
Type: text/x-patch
Size: 379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201020/666eb7bf/attachment.bin>


More information about the llvm-commits mailing list