[PATCH] D63785: Add support for MUSL libc

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 10:48:43 PST 2020


krytarowski added a comment.

`(!defined(__MUSL__) || !__MUSL__)` is pretty ugly. There is obviously a need for `SANITIZER_MUSL`, but then it's up to Linux maintainers whether to accept it.


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