Bug 1580931 - remove libc++ gcc 4.9 workarounds from toolchain.configure; r=nalexander

Getting rid of unneeded code and having fewer global defines are both
worthy things.

Differential Revision: https://phabricator.services.mozilla.com/D45726

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nathan Froyd 2019-09-12 20:01:18 +00:00
Родитель 457b8d15c8
Коммит 020191bdfa
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -1386,11 +1386,7 @@ def libcxx_override_visibility(c_compiler, target):
set_define('_LIBCPP_INLINE_VISIBILITY', libcxx_override_visibility.empty)
set_define('_LIBCPP_INLINE_VISIBILITY_EXCEPT_GCC49',
libcxx_override_visibility.empty)
set_define('_LIBCPP_ALWAYS_INLINE', libcxx_override_visibility.empty)
set_define('_LIBCPP_ALWAYS_INLINE_EXCEPT_GCC49',
libcxx_override_visibility.empty)
set_define('_LIBCPP_HIDE_FROM_ABI', libcxx_override_visibility.hide_from_abi)