[Bug sanitizer/89323] Asan memory leak detection on x86 platform

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Feb 13 06:43:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89323

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
I can confirm that LSAN does not work for -m32 on current trunk. It was enabled
in:

commit 1e39eaad45fc92b49e189badf0a5a675fbfb4ad0
Author: Francis Ricci <francisjricci@gmail.com>
Date:   Tue Mar 28 21:56:44 2017 +0000

    Enable i386 builds for darwin lsan

    Summary:
    Now that __thread is no longer used for lsan on darwin, i386 builds
    can be enabled.

    Reviewers: kcc, kubamracek

    Subscribers: danalbert, srhines, mgorny, llvm-commits

    Differential Revision: https://reviews.llvm.org/D29995

    git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@298946
91177308-0d34-0410-b5e6-96231b3b80d8


More information about the Gcc-bugs mailing list