[PATCH] Improvements for asan deactivated mode: disable asan activation for runtime library on Linux, disable malloc checks.

Alexey Samsonov vonosmas at gmail.com
Wed Dec 17 15:24:30 PST 2014


OK, better late than never.

COMPILER_RT_BUILD_SHARED_ASAN is gone in r224470.
You can run tests (both unit and lit-tests) with shared ASan runtime as
"check-asan-dynamic".
It is not a part of "check-asan" and "check-all" to save cycles in the
default workflow.

Some of the test cases are currently failing there, I will try to fix them,
and then add "check asan-dynamic" to our bot.



On Mon, Nov 24, 2014 at 3:57 AM, Evgeniy Stepanov <eugenis at google.com>
wrote:
>
> Sounds good.
> So, we need to
> * Flip the default of COMPILER_RT_BUILD_SHARED_ASAN
> * Add a new variant for asan unit tests (see -with-calls for example)
> * Add new configurations for asan lit tests.
>
> This way we would catch DSO issues before this code is merged to gcc, yay!
>
> Any takers?
>
> http://reviews.llvm.org/D6265
>
>
>

-- 
Alexey Samsonov
vonosmas at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141217/cf56d2e0/attachment.html>


More information about the llvm-commits mailing list