[lld] r264133 - [LTO] Remove dead code.
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 22 19:45:54 PDT 2016
Author: davide
Date: Tue Mar 22 21:45:53 2016
New Revision: 264133
URL: http://llvm.org/viewvc/llvm-project?rev=264133&view=rev
Log:
[LTO] Remove dead code.
Modified:
lld/trunk/ELF/SymbolTable.h
Modified: lld/trunk/ELF/SymbolTable.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/SymbolTable.h?rev=264133&r1=264132&r2=264133&view=diff
==============================================================================
--- lld/trunk/ELF/SymbolTable.h (original)
+++ lld/trunk/ELF/SymbolTable.h Tue Mar 22 21:45:53 2016
@@ -75,8 +75,6 @@ private:
std::unique_ptr<InputFile> codegen(llvm::Module &M);
std::string conflictMsg(SymbolBody *Old, SymbolBody *New);
- ObjectFile<ELFT> *createCombinedLtoObject();
-
// The order the global symbols are in is not defined. We can use an arbitrary
// order, but it has to be reproducible. That is true even when cross linking.
// The default hashing of StringRef produces different results on 32 and 64
More information about the llvm-commits
mailing list