[libcxx] r232050 - Also enable the default rune table on CloudABI.

Ed Schouten ed at nuxi.nl
Thu Mar 12 08:48:06 PDT 2015


Author: ed
Date: Thu Mar 12 10:48:06 2015
New Revision: 232050

URL: http://llvm.org/viewvc/llvm-project?rev=232050&view=rev
Log:
Also enable the default rune table on CloudABI.

CloudABI does not expose a table on its own.

Modified:
    libcxx/trunk/include/__config

Modified: libcxx/trunk/include/__config
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__config?rev=232050&r1=232049&r2=232050&view=diff
==============================================================================
--- libcxx/trunk/include/__config (original)
+++ libcxx/trunk/include/__config Thu Mar 12 10:48:06 2015
@@ -732,7 +732,7 @@ extern "C" void __sanitizer_annotate_con
 #define _LIBCPP_HAS_NO_GLOBAL_FILESYSTEM_NAMESPACE
 #endif
 
-#if defined(__ANDROID__)
+#if defined(__ANDROID__) || defined(__CloudABI__)
 #define _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE
 #endif
 





More information about the cfe-commits mailing list