[PATCH] D63785: Add support for MUSL libc
Michael Everitt via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 10 04:16:29 PDT 2020
mjeveritt added a comment.
I have deployed the patch from @ronchaine in https://reviews.llvm.org/D63785#1921014 ; replacing instances of `SANITIZER_GNU` with `defined(__GLIBC__)` as suggested, and this builds correctly, disabling sanitizers per USE flags in Gentoo linux. We are tracking this issue as https://bugs.gentoo.org/713072 locally, so it would be useful to see whether we can make some progress here.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63785/new/
https://reviews.llvm.org/D63785
More information about the llvm-commits
mailing list