[lld] r311169 - Test commit.
Ben Dunbobbin via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 18 09:15:36 PDT 2017
Author: bd1976llvm
Date: Fri Aug 18 09:15:36 2017
New Revision: 311169
URL: http://llvm.org/viewvc/llvm-project?rev=311169&view=rev
Log:
Test commit.
Removed extraneous comment markers
Modified:
lld/trunk/ELF/Writer.cpp
Modified: lld/trunk/ELF/Writer.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Writer.cpp?rev=311169&r1=311168&r2=311169&view=diff
==============================================================================
--- lld/trunk/ELF/Writer.cpp (original)
+++ lld/trunk/ELF/Writer.cpp Fri Aug 18 09:15:36 2017
@@ -689,8 +689,8 @@ static unsigned getSectionRank(const Out
if (IsNoBits)
Rank |= RF_BSS;
- // // Some architectures have additional ordering restrictions for sections
- // // within the same PT_LOAD.
+ // Some architectures have additional ordering restrictions for sections
+ // within the same PT_LOAD.
if (Config->EMachine == EM_PPC64) {
// PPC64 has a number of special SHT_PROGBITS+SHF_ALLOC+SHF_WRITE sections
// that we would like to make sure appear is a specific order to maximize
More information about the llvm-commits
mailing list