search for: _libcpp_has_musl_libc

Displaying 3 results from an estimated 3 matches for "_libcpp_has_musl_libc".

2017 Jun 06
4
LLD support for mach-o aliases (weak or otherwise)
...erent… but musl has support for architecture specific overrides in its build system. BTW I now have some quite non-trivial programs compiling against musl-xnu + libcxx + libcxxabi on macos. There are a lot of libcxx changes like this: -#ifdef __APPLE__ +#if defined(__APPLE__) && !defined(_LIBCPP_HAS_MUSL_LIBC) Michael. [1] https://gist.github.com/michaeljclark/0a805652ec4be987a782afb902f06a99 <https://gist.github.com/michaeljclark/0a805652ec4be987a782afb902f06a99> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachme...
2017 Jun 14
1
LLD support for mach-o aliases (weak or otherwise)
...hitecture specific overrides in its build system. > > BTW I now have some quite non-trivial programs compiling against musl-xnu + libcxx + libcxxabi on macos. > > There are a lot of libcxx changes like this: > > -#ifdef __APPLE__ > +#if defined(__APPLE__) && !defined(_LIBCPP_HAS_MUSL_LIBC) > > Michael. > > [1] https://gist.github.com/michaeljclark/0a805652ec4be987a782afb902f06a99 <https://gist.github.com/michaeljclark/0a805652ec4be987a782afb902f06a99>_______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org...
2017 Jun 14
4
LLD support for mach-o aliases (weak or otherwise)
...t;> >>> BTW I now have some quite non-trivial programs compiling against musl-xnu + libcxx + libcxxabi on macos. >>> >>> There are a lot of libcxx changes like this: >>> >>> -#ifdef __APPLE__ >>> +#if defined(__APPLE__) && !defined(_LIBCPP_HAS_MUSL_LIBC) >>> >>> Michael. >>> >>> [1] https://gist.github.com/michaeljclark/0a805652ec4be987a782afb902f06a99 <https://gist.github.com/michaeljclark/0a805652ec4be987a782afb902f06a99>_______________________________________________ >>> LLVM Developers maili...