[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
Thu Oct 15 07:58:24 PDT 2020
ikudrin created this revision.
ikudrin added a reviewer: bd1976llvm.
ikudrin added a project: LLVM.
Herald added subscribers: dexonsmith, steven_wu, hiraditya, inglorion.
ikudrin requested review of this revision.
This is a follow-up for D62935 <https://reviews.llvm.org/D62935> where the corresponding API methods were removed.
Repository:
rG LLVM Github Monorepo
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.298385.patch
Type: text/x-patch
Size: 379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201015/5bd3f8fe/attachment.bin>
More information about the llvm-commits
mailing list