[PATCH] D25414: [libcxx] Add support for Fuchsia

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 10 02:35:43 PDT 2016


EricWF added a comment.

In https://reviews.llvm.org/D25414#565956, @phosek wrote:

> > That sounds fine.
>
> Shall I send it as a separate patch or update this one?


I would send a separate patch. This one is already good to go so you might as well commit it.

> 
> 
>> PS. If your not already locked into an ABI you'll want to look into enabling the most recent ABI breaking changes. See the `_LIBCPP_ABI_VERSION` configuration at the top of `__config` for more info.
> 
> We're already defaulting to `LIBCXX_ABI_VERSION=2`, I figured that's what we want to be using.

Great! Just be aware that ABI v2 is not yet stable. We're just staging it for later.


Repository:
  rL LLVM

https://reviews.llvm.org/D25414





More information about the cfe-commits mailing list