summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2018-01-02 19:01:45 +0000
committerMarshall Clow <mclow.lists@gmail.com>2018-01-02 19:01:45 +0000
commita911f39d3dc8d03f3634e165ac89190d5feff2fe (patch)
tree73b4a3258fdafcc91bcee645724483ccfaa67c59
parentc8531ebef9fdb177a6f491658eaff8a2b49fcf14 (diff)
downloadbcm5719-llvm-a911f39d3dc8d03f3634e165ac89190d5feff2fe.tar.gz
bcm5719-llvm-a911f39d3dc8d03f3634e165ac89190d5feff2fe.zip
Un-inline a few more variables that are exported from the dylib.
llvm-svn: 321664
-rw-r--r--libcxx/include/__functional_base2
-rw-r--r--libcxx/include/functional20
2 files changed, 11 insertions, 11 deletions
diff --git a/libcxx/include/__functional_base b/libcxx/include/__functional_base
index abf3ff54f62..12af4dc9675 100644
--- a/libcxx/include/__functional_base
+++ b/libcxx/include/__functional_base
@@ -564,7 +564,7 @@ struct _LIBCPP_TEMPLATE_VIS allocator_arg_t { };
#if defined(_LIBCPP_CXX03_LANG) || defined(_LIBCPP_BUILDING_MEMORY)
extern const allocator_arg_t allocator_arg;
#else
-_LIBCPP_INLINE_VAR constexpr allocator_arg_t allocator_arg = allocator_arg_t();
+/* _LIBCPP_INLINE_VAR */ constexpr allocator_arg_t allocator_arg = allocator_arg_t();
#endif
// uses_allocator
diff --git a/libcxx/include/functional b/libcxx/include/functional
index c2f5a18fd94..3e5215b137b 100644
--- a/libcxx/include/functional
+++ b/libcxx/include/functional
@@ -2020,16 +2020,16 @@ _LIBCPP_FUNC_VIS extern const __ph<8> _8;
_LIBCPP_FUNC_VIS extern const __ph<9> _9;
_LIBCPP_FUNC_VIS extern const __ph<10> _10;
#else
-_LIBCPP_INLINE_VAR constexpr __ph<1> _1{};
-_LIBCPP_INLINE_VAR constexpr __ph<2> _2{};
-_LIBCPP_INLINE_VAR constexpr __ph<3> _3{};
-_LIBCPP_INLINE_VAR constexpr __ph<4> _4{};
-_LIBCPP_INLINE_VAR constexpr __ph<5> _5{};
-_LIBCPP_INLINE_VAR constexpr __ph<6> _6{};
-_LIBCPP_INLINE_VAR constexpr __ph<7> _7{};
-_LIBCPP_INLINE_VAR constexpr __ph<8> _8{};
-_LIBCPP_INLINE_VAR constexpr __ph<9> _9{};
-_LIBCPP_INLINE_VAR constexpr __ph<10> _10{};
+/* _LIBCPP_INLINE_VAR */ constexpr __ph<1> _1{};
+/* _LIBCPP_INLINE_VAR */ constexpr __ph<2> _2{};
+/* _LIBCPP_INLINE_VAR */ constexpr __ph<3> _3{};
+/* _LIBCPP_INLINE_VAR */ constexpr __ph<4> _4{};
+/* _LIBCPP_INLINE_VAR */ constexpr __ph<5> _5{};
+/* _LIBCPP_INLINE_VAR */ constexpr __ph<6> _6{};
+/* _LIBCPP_INLINE_VAR */ constexpr __ph<7> _7{};
+/* _LIBCPP_INLINE_VAR */ constexpr __ph<8> _8{};
+/* _LIBCPP_INLINE_VAR */ constexpr __ph<9> _9{};
+/* _LIBCPP_INLINE_VAR */ constexpr __ph<10> _10{};
#endif // defined(_LIBCPP_CXX03_LANG) || defined(_LIBCPP_BUILDING_BIND)
} // placeholders
OpenPOWER on IntegriCloud