[OE-core] [PATCH v3] libsanitizer: Enable GCC sanitizers

Dan McGregor danismostlikely at gmail.com
Mon Sep 15 20:20:46 UTC 2014


On 15 September 2014 09:00, Burton, Ross <ross.burton at intel.com> wrote:
> On 15 September 2014 05:00, Dan McGregor <danismostlikely at gmail.com> wrote:
>> From: Dan McGregor <dan.mcgregor at usask.ca>
>>
>> AddressSanitizer is a fast memory error detector.
>> ThreadSanitizer detects data races.
>> UBSanitizer detectes undefined behaviour.
>>
>> All consist of compiler instrumentation and a run-time library.
>> The compiler instrumentation was already enabled, this builds
>> the run-time library component.
>>
>> Signed-off-by: Dan McGregor <dan.mcgregor at usask.ca>
>
> git-am is not happy with this patch, claiming that it's malformed.
> Can you try re-sending or pushing to a branch somewhere?

Sure: http://bitbucket.org/dankm/openembedded-core.git, branch "sanitizers".

It has unrelated changes in it, but this one should be cherry-pickable.



More information about the Openembedded-core mailing list