[cfe-dev] Alignment problems in Clang's internal data structures?

Chandler Carruth chandlerc at google.com
Mon Feb 16 16:48:10 PST 2015


On Mon, Feb 16, 2015 at 4:38 PM, Ahmed Bougacha <ahmed.bougacha at gmail.com>
wrote:

> UBSan's alignment sanitizer would be *very* useful here, but my
> understanding is, ARM isn't currently supported
>

Of all the sanitizer runtimes, this would be by far the easiest to port. It
should be *very* easy in fact, boring on trivial.

And we even support -fsanitize-undefined-trap-on-error which require no
runtime support at all and is suitable for use in embedded code, etc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150216/6e0debc6/attachment.html>


More information about the cfe-dev mailing list