summaryrefslogtreecommitdiffstats
path: root/libcxx
diff options
context:
space:
mode:
authorEd Schouten <ed@nuxi.nl>2015-03-12 15:48:06 +0000
committerEd Schouten <ed@nuxi.nl>2015-03-12 15:48:06 +0000
commit637a6862d6611793e9225a1ccfd37855cffdf0db (patch)
treeb0641c1008375a90168eb9f210bbf8db2c2b5a72 /libcxx
parent97fdea618ea5f1d8837779917cab160376528cff (diff)
downloadbcm5719-llvm-637a6862d6611793e9225a1ccfd37855cffdf0db.tar.gz
bcm5719-llvm-637a6862d6611793e9225a1ccfd37855cffdf0db.zip
Also enable the default rune table on CloudABI.
CloudABI does not expose a table on its own. llvm-svn: 232050
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/include/__config2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__config b/libcxx/include/__config
index fdb06fa88a6..88ea441be12 100644
--- a/libcxx/include/__config
+++ b/libcxx/include/__config
@@ -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
OpenPOWER on IntegriCloud