[llvm-bugs] [Bug 39514] Relax the llvm-symbolizer detection
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Mar 11 23:49:42 PST 2021
https://bugs.llvm.org/show_bug.cgi?id=39514
Andrzej Hunt <andrzej at ahunt.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Fixed By Commit(s)| |3d039f65015f0e7878b77c542a8
| |9493dcdd755d0
Resolution|--- |FIXED
--- Comment #1 from Andrzej Hunt <andrzej at ahunt.org> ---
This has been fixed in:
https://github.com/llvm/llvm-project/commit/3d039f65015f0e7878b77c542a89493dcdd755d0
The fix is now in main, which I think means it will be part of Clang 13.
FWIW I think this likely affects various sanitizers - I was hitting it with
ASAN when setting ASAN_SYMBOLIZER_PATH=... - but LSAN and MSAN support similar
flags, and there's even an LLVM_SYMBOLIZER_PATH env var.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210312/e4ded984/attachment.html>
More information about the llvm-bugs
mailing list