commit | 7833b88ad882079efaf17958872120c051cbb886 | [log] [tgz] |
---|---|---|
author | Louis Dionne <[email protected]> | Tue Oct 16 19:26:23 2018 |
committer | Louis Dionne <[email protected]> | Tue Oct 16 19:26:23 2018 |
tree | 33bbc7b501e98d1233fb05acd3e1228943071db7 | |
parent | 547d824da661fedaeeda3a4bcb83a3464fa1b7b9 [diff] |
[libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY That macro has been defined to _LIBCPP_HIDE_FROM_ABI_AFTER_V1 for many weeks now, so we're actually replacing uses of it for uses of _LIBCPP_HIDE_FROM_ABI_AFTER_V1 directly. This should not change or break anything since the two macros are 100% equivalent, unless somebody is (incorrectly!) relying on _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY being defined. llvm-svn: 344641