diff options
author | Howard Hinnant <hhinnant@apple.com> | 2010-12-17 14:46:43 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2010-12-17 14:46:43 +0000 |
commit | c950e77d1d0431b9fa9144e9ea7eaa858d8e032e (patch) | |
tree | 31a672a40ebda8b5227d84a342b243b1099c6700 /libcxx/include/__config | |
parent | 166cfa3a428aaf9f0cf780461b4c21aea45eb905 (diff) | |
download | bcm5719-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/__config | 2 |
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__) |