Also enable the default rune table on CloudABI.
authorEd Schouten <ed@nuxi.nl>
Thu, 12 Mar 2015 15:48:06 +0000 (15:48 +0000)
committerEd Schouten <ed@nuxi.nl>
Thu, 12 Mar 2015 15:48:06 +0000 (15:48 +0000)
CloudABI does not expose a table on its own.

llvm-svn: 232050

libcxx/include/__config

index fdb06fa..88ea441 100644 (file)
@@ -732,7 +732,7 @@ extern "C" void __sanitizer_annotate_contiguous_container(
 #define _LIBCPP_HAS_NO_GLOBAL_FILESYSTEM_NAMESPACE
 #endif
 
-#if defined(__ANDROID__)
+#if defined(__ANDROID__) || defined(__CloudABI__)
 #define _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE
 #endif