[PATCH] D45304: [libcxx] Set ABI version 2 as default for Fuchsia
Eric Fiselier via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 10 17:21:34 PDT 2018
EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: libcxx/include/__config:39
#ifndef _LIBCPP_ABI_VERSION
+#ifdef __Fuchsia__
+#define _LIBCPP_ABI_VERSION 2
----------------
Please indent these nested `#ifdef`s.
Repository:
rCXX libc++
https://reviews.llvm.org/D45304
More information about the cfe-commits
mailing list