summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__config
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-12-17 14:46:43 +0000
committerHoward Hinnant <hhinnant@apple.com>2010-12-17 14:46:43 +0000
commitc950e77d1d0431b9fa9144e9ea7eaa858d8e032e (patch)
tree31a672a40ebda8b5227d84a342b243b1099c6700 /libcxx/include/__config
parent166cfa3a428aaf9f0cf780461b4c21aea45eb905 (diff)
downloadbcm5719-llvm-c950e77d1d0431b9fa9144e9ea7eaa858d8e032e.tar.gz
bcm5719-llvm-c950e77d1d0431b9fa9144e9ea7eaa858d8e032e.zip
Effort to reduce the number of exported symbols
llvm-svn: 122057
Diffstat (limited to 'libcxx/include/__config')
-rw-r--r--libcxx/include/__config2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__config b/libcxx/include/__config
index 4af9bec7741..2b590cc8d75 100644
--- a/libcxx/include/__config
+++ b/libcxx/include/__config
@@ -82,7 +82,7 @@
#define _LIBCPP_CANTTHROW __attribute__ ((__nothrow__))
-#define _LIBCPP_ALWAYS_INLINE __attribute__((__always_inline__))
+#define _LIBCPP_ALWAYS_INLINE __attribute__ ((__visibility__("hidden"), __always_inline__))
#if defined(__clang__)
OpenPOWER on IntegriCloud