This is an archive of the discontinued LLVM Phabricator instance.

[asan] Don't overalign global metadata.
ClosedPublic

Authored by eugenis on Jan 12 2017, 3:21 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

eugenis updated this revision to Diff 84181.Jan 12 2017, 3:21 PM
eugenis retitled this revision from to [asan] Don't overalign global metadata..
eugenis updated this object.
eugenis added reviewers: kubamracek, rgov, pcc.
eugenis set the repository for this revision to rL LLVM.
eugenis added a subscriber: llvm-commits.
pcc added inline comments.Jan 12 2017, 3:23 PM
lib/Transforms/Instrumentation/AddressSanitizer.cpp
1624–1627 ↗(On Diff #84181)

Move to InstrumentGlobalsCOFF?

eugenis updated this revision to Diff 84185.Jan 12 2017, 3:26 PM
eugenis added inline comments.
lib/Transforms/Instrumentation/AddressSanitizer.cpp
1624–1627 ↗(On Diff #84181)

of course!

kubamracek accepted this revision.Jan 12 2017, 3:27 PM
kubamracek edited edge metadata.
This revision is now accepted and ready to land.Jan 12 2017, 3:27 PM
pcc accepted this revision.Jan 12 2017, 3:34 PM
pcc edited edge metadata.

LGTM

This revision was automatically updated to reflect the committed changes.