[PATCH] D11740: ABI versioning macros for libc++
Saleem Abdulrasool
compnerd at compnerd.org
Mon Aug 3 19:09:04 PDT 2015
compnerd added a subscriber: compnerd.
================
Comment at: include/__config:31
@@ +30,3 @@
+#ifndef _LIBCPP_ABI_MINOR_VERSION
+#define _LIBCPP_ABI_MINOR_VERSION 0
+#endif
----------------
This seems unused? The renaming for the major version would be unnecessary if this is not being added.
================
Comment at: include/__config:243
@@ -233,1 +242,3 @@
+ defined(_LIBCPP_ALTERNATE_STRING_LAYOUT)
+#define _LIBCPP_ABI_ALTERNATE_STRING_LAYOUT
#endif
----------------
Whats the rationale for renaming this?
Repository:
rL LLVM
http://reviews.llvm.org/D11740
More information about the cfe-commits
mailing list