summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2016-07-07 14:28:47 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2016-07-07 14:28:47 +0000
commit64c32d6f020beb3632d3e5fbdfbdea88f4847a73 (patch)
treefbfe11a9ac26f94a08cde6389d6b03404de12de7
parentaf8b1bddbd1c025994759c585a1c556d4aed3692 (diff)
downloadbcm5719-llvm-64c32d6f020beb3632d3e5fbdfbdea88f4847a73.tar.gz
bcm5719-llvm-64c32d6f020beb3632d3e5fbdfbdea88f4847a73.zip
Fix formating. NFC.
llvm-svn: 274757
-rw-r--r--lld/ELF/LinkerScript.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp
index 7351d16b3ac..6baa8ce271c 100644
--- a/lld/ELF/LinkerScript.cpp
+++ b/lld/ELF/LinkerScript.cpp
@@ -256,7 +256,8 @@ void LinkerScript<ELFT>::assignAddresses(
}
}
- // ELF and Program headers need to be right before the first section in memory.
+ // ELF and Program headers need to be right before the first section in
+ // memory.
// Set their addresses accordingly.
MinVA = alignDown(MinVA - Out<ELFT>::ElfHeader->getSize() -
Out<ELFT>::ProgramHeaders->getSize(),
OpenPOWER on IntegriCloud