[llvm] 1329944 - [LTO][Legacy] Eliminate an unused member of llvm::LTOModule. NFC.
Igor Kudrin via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 19 23:35:15 PDT 2020
Author: Igor Kudrin
Date: 2020-10-20T13:32:16+07:00
New Revision: 1329944c221ce2187acd30920dde8d443f8dac19
URL: https://github.com/llvm/llvm-project/commit/1329944c221ce2187acd30920dde8d443f8dac19
DIFF: https://github.com/llvm/llvm-project/commit/1329944c221ce2187acd30920dde8d443f8dac19.diff
LOG: [LTO][Legacy] Eliminate an unused member of llvm::LTOModule. NFC.
This is a follow-up for D62935 where the corresponding API methods were removed.
Differential Revision: https://reviews.llvm.org/D89472
Added:
Modified:
llvm/include/llvm/LTO/legacy/LTOModule.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/LTO/legacy/LTOModule.h b/llvm/include/llvm/LTO/legacy/LTOModule.h
index 998a4557dd22..310447d615f9 100644
--- a/llvm/include/llvm/LTO/legacy/LTOModule.h
+++ b/llvm/include/llvm/LTO/legacy/LTOModule.h
@@ -48,8 +48,6 @@ struct LTOModule {
std::string LinkerOpts;
- std::string DependentLibraries;
-
std::unique_ptr<Module> Mod;
MemoryBufferRef MBRef;
ModuleSymbolTable SymTab;
More information about the llvm-commits
mailing list