forked from OSchip/llvm-project
Test commit.
Removed extraneous comment markers llvm-svn: 311169
This commit is contained in:
parent
8953a7c544
commit
95637558fa
|
@ -689,8 +689,8 @@ static unsigned getSectionRank(const OutputSection *Sec) {
|
||||||
if (IsNoBits)
|
if (IsNoBits)
|
||||||
Rank |= RF_BSS;
|
Rank |= RF_BSS;
|
||||||
|
|
||||||
// // Some architectures have additional ordering restrictions for sections
|
// Some architectures have additional ordering restrictions for sections
|
||||||
// // within the same PT_LOAD.
|
// within the same PT_LOAD.
|
||||||
if (Config->EMachine == EM_PPC64) {
|
if (Config->EMachine == EM_PPC64) {
|
||||||
// PPC64 has a number of special SHT_PROGBITS+SHF_ALLOC+SHF_WRITE sections
|
// 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
|
// that we would like to make sure appear is a specific order to maximize
|
||||||
|
|
Loading…
Reference in New Issue