Test commit.

Removed extraneous comment markers

llvm-svn: 311169
This commit is contained in:
Ben Dunbobbin 2017-08-18 16:15:36 +00:00
parent 8953a7c544
commit 95637558fa
1 changed files with 2 additions and 2 deletions

View File

@ -689,8 +689,8 @@ static unsigned getSectionRank(const OutputSection *Sec) {
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