Also enable the default rune table on CloudABI.

CloudABI does not expose a table on its own.

llvm-svn: 232050
This commit is contained in:
Ed Schouten 2015-03-12 15:48:06 +00:00
parent 97fdea618e
commit 637a6862d6
1 changed files with 1 additions and 1 deletions

View 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