Displaying 2 results from an estimated 2 matches for "alignexpr".
2017 Dec 01
2
[Release-testers] 5.0.1-rc2 has been tagged
.../lld/ELF/LinkerScript.cpp
@@ -751,7 +751,7 @@ void LinkerScript::adjustSectionsAfterSorting() {
if (auto *Cmd = dyn_cast<OutputSectionCommand>(Base)) {
Cmd->MemRegion = findMemoryRegion(Cmd);
// Handle align (e.g. ".foo : ALIGN(16) { ... }").
- if (Cmd->AlignExpr)
+ if (Cmd->AlignExpr && Cmd->Sec)
Cmd->Sec->updateAlignment(Cmd->AlignExpr().getValue());
}
}
commit 9ea23272fac7f4580d29f7ee557108883f127a5d
Author: Andrew Kelley <superjoe30 at gmail.com>
Date: Fri Dec 1 12:06:33 2017 -0500
LLD patch: C...
2017 Nov 30
9
5.0.1-rc2 has been tagged
Hi,
I've tagged the 5.0.1-rc2 release, go ahead and start testing and report
your results.
-Tom