Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lld/trunk/
-
trunk/
-
COFF/
-
Chunks.cpp
-
test/COFF/
-
COFF/
-
common.test
Hide Panel
f
Keyboard Reference
?
Differential
D26372
[COFF] Don't round alignment if it's already a power-of-two
Closed
Public
Authored by
davide
on Nov 7 2016, 3:01 PM.
Download Raw Diff
Details
Reviewers
ruiu
Commits
rGc520e18ce067: [lld/COFF] Don't round alignment if it's already a power-of-two.
rLLD286553: [lld/COFF] Don't round alignment if it's already a power-of-two.
rL286553: [lld/COFF] Don't round alignment if it's already a power-of-two.
Summary
This seems to match what
link.exe
does.
Diff Detail
Repository
rL LLVM
Event Timeline
davide
updated this revision to
Diff 77107
.
Nov 7 2016, 3:01 PM
davide
retitled this revision from
to
[COFF] Don't round alignment if it's already a power-of-two
.
davide
updated this object.
davide
added a reviewer:
ruiu
.
davide
added a subscriber:
llvm-commits
.
ruiu
edited edge metadata.
Nov 10 2016, 6:32 PM
Comment Actions
LGTM with using PowerOf2Ceil.
ruiu
accepted this revision.
Nov 10 2016, 6:32 PM
ruiu
edited edge metadata.
This revision is now accepted and ready to land.
Nov 10 2016, 6:32 PM
Closed by commit
rL286553: [lld/COFF] Don't round alignment if it's already a power-of-two.
(authored by
davide
).
·
Explain Why
Nov 10 2016, 7:03 PM
This revision was automatically updated to reflect the committed changes.