[PATCH] D13673: Add initial support for the MUSL C library.

Jon Roelofs via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 13 08:37:13 PST 2020


jroelofs added a comment.

In D13673#2394064 <https://reviews.llvm.org/D13673#2394064>, @ldionne wrote:

> @vkalintiris @jroelofs Is it possible to detect Musl through some macro? I'd like to get rid of the CMake option -- this isn't the sort of property that we want to set explicitly at configure time, it's the sort of property we want to sniff out in the library instead.

I wish there was. Last I remember talking about it, Rich Felker was really against having one. I doubt this has changed.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D13673/new/

https://reviews.llvm.org/D13673



More information about the cfe-commits mailing list