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

Burton, Ross ross.burton at intel.com
Mon Sep 15 15:00:53 UTC 2014


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?

Ross



More information about the Openembedded-core mailing list