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

Louis Dionne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 17 14:15:10 PST 2020


ldionne added a comment.

In D13673#2394187 <https://reviews.llvm.org/D13673#2394187>, @jroelofs wrote:

> More context: https://www.openwall.com/lists/musl/2013/03/29/13

Thanks for the context. This is a very puristic point of view from the musl author.. not very useful. There are things that are difficult to detect with a check like `__has_feature` or similar, and having a macro to detect the library is necessary.


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