This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Revert rCRT327145
ClosedPublic

Authored by cryptoad on Mar 9 2018, 12:13 PM.

Details

Summary

It breaks the Chromium toolchain due to:

lib/sanitizer_common/sanitizer_allocator_primary32.h:269:34: error: requested alignment is not an integer constant
   struct ALIGNED(kCacheLineSize) SizeClassInfo {

Diff Detail

Event Timeline

cryptoad created this revision.Mar 9 2018, 12:13 PM
Herald added subscribers: Restricted Project, delcypher, kubamracek. · View Herald TranscriptMar 9 2018, 12:13 PM
thakis accepted this revision.Mar 9 2018, 12:17 PM

Thanks!

This revision is now accepted and ready to land.Mar 9 2018, 12:17 PM
This revision was automatically updated to reflect the committed changes.