[llvm-dev] AddressSanitizer
Bryan Chan via llvm-dev
llvm-dev at lists.llvm.org
Tue Oct 20 07:38:16 PDT 2020
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201020/2d414e35/attachment.html>
More information about the llvm-dev
mailing list