[lld] r274429 - Remove duplicate declaration.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 2 01:50:05 PDT 2016
Author: ruiu
Date: Sat Jul 2 03:50:05 2016
New Revision: 274429
URL: http://llvm.org/viewvc/llvm-project?rev=274429&view=rev
Log:
Remove duplicate declaration.
Modified:
lld/trunk/ELF/MarkLive.cpp
lld/trunk/ELF/OutputSections.h
Modified: lld/trunk/ELF/MarkLive.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/MarkLive.cpp?rev=274429&r1=274428&r2=274429&view=diff
==============================================================================
--- lld/trunk/ELF/MarkLive.cpp (original)
+++ lld/trunk/ELF/MarkLive.cpp Sat Jul 2 03:50:05 2016
@@ -23,6 +23,7 @@
#include "InputSection.h"
#include "LinkerScript.h"
#include "OutputSections.h"
+#include "Strings.h"
#include "SymbolTable.h"
#include "Symbols.h"
#include "Target.h"
Modified: lld/trunk/ELF/OutputSections.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/OutputSections.h?rev=274429&r1=274428&r2=274429&view=diff
==============================================================================
--- lld/trunk/ELF/OutputSections.h (original)
+++ lld/trunk/ELF/OutputSections.h Sat Jul 2 03:50:05 2016
@@ -40,8 +40,6 @@ template <class ELFT> class SharedFile;
template <class ELFT> class SharedSymbol;
template <class ELFT> class DefinedRegular;
-bool isValidCIdentifier(StringRef S);
-
// This represents a section in an output file.
// Different sub classes represent different types of sections. Some contain
// input sections, others are created by the linker.
More information about the llvm-commits
mailing list