瀏覽代碼

Also enable the default rune table on CloudABI.

CloudABI does not expose a table on its own.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@232050 91177308-0d34-0410-b5e6-96231b3b80d8
Ed Schouten 10 年之前
父節點
當前提交
95e5c0a0e7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/__config

+ 1 - 1
include/__config

@@ -732,7 +732,7 @@ extern "C" void __sanitizer_annotate_contiguous_container(
 #define _LIBCPP_HAS_NO_GLOBAL_FILESYSTEM_NAMESPACE
 #define _LIBCPP_HAS_NO_GLOBAL_FILESYSTEM_NAMESPACE
 #endif
 #endif
 
 
-#if defined(__ANDROID__)
+#if defined(__ANDROID__) || defined(__CloudABI__)
 #define _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE
 #define _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE
 #endif
 #endif