[cfe-dev] AddressSanitizer

Nathan James via cfe-dev cfe-dev at lists.llvm.org
Fri Nov 20 05:23:33 PST 2020


Disregard that, Didn't reaslise this had already been answered
On Fri, 2020-11-20 at 13:22 +0000, Nathan James via cfe-dev wrote:
> Hi Bryan,
> 
> Clang doesn't seem to play nicely when using GCC ASAN, It should work
> fine using clang as the host compiler though.
> 
> ~Nathan
> 
> On Tue, 2020-10-20 at 10:38 -0400, Bryan Chan via cfe-dev wrote:
> > Hi lists,
> > 
> > I am encountering a large number of check-clang failures after
> > building Clang/LLVM with -DLLVM_USE_SANITIZER=Address. I have
> > reported the issue on Bugzilla (
> > https://bugs.llvm.org/show_bug.cgi?id=47678). I cannot even
> > compile helloworld.c with the resulting clang tool without a lot of
> > false positives from ASan. Is it because I am not supposed to use
> > GCC's AddressSanitizer when building Clang?
> > 
> > --
> > Bryan
> > _______________________________________________
> > cfe-dev mailing list
> > cfe-dev at lists.llvm.org
> > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
> 
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev



More information about the cfe-dev mailing list