hanchenye-llvm-project/libcxx
Eric Fiselier 11f6045379 Add ABI option to remove recently inlined __shared_count functions from the library.
In order to allow inlining of previously out-of-line functions without an ABI break
libc++ provides legacy definitions in the dylib that old programs can
continue to use. Unfortunatly Windows link.exe detects this hack and diagnoses the duplicate
definitions.

This patch disable the duplicate definitions on Windows by adding an ABI option
which disables all "legacy out-of-line symbols"

llvm-svn: 292190
2017-01-17 03:16:26 +00:00
..
benchmarks improve performance of string::find 2016-12-30 18:01:36 +00:00
cmake Improve CMake and LIT support for Windows 2017-01-16 20:47:35 +00:00
docs [libc++] Introduce _LIBCPP_EXTERN_VIS to fix __libcpp_debug_function link errors 2017-01-16 21:01:00 +00:00
include Add ABI option to remove recently inlined __shared_count functions from the library. 2017-01-17 03:16:26 +00:00
lib Add warning messages to buildit/testit about their upcoming removal 2017-01-17 01:16:44 +00:00
src Add ABI option to remove recently inlined __shared_count functions from the library. 2017-01-17 03:16:26 +00:00
test Add warning messages to buildit/testit about their upcoming removal 2017-01-17 01:16:44 +00:00
utils Make sym_check python 3 compatible 2017-01-16 19:52:58 +00:00
www Mark 'constexpr char_traits' as complete. 2017-01-14 05:55:17 +00:00
.arcconfig
.clang-format Tweak .clang-format configuration. 2017-01-14 05:43:02 +00:00
.gitignore Implement N4606 optional 2016-10-12 07:46:20 +00:00
CMakeLists.txt Improve CMake and LIT support for Windows 2017-01-16 20:47:35 +00:00
CREDITS.TXT Added "Michael Park" to `CREDITS.TXT`. 2017-01-07 10:19:24 +00:00
LICENSE.TXT Update year to 2017 2017-01-03 11:20:43 +00:00
NOTES.TXT Update doc and various cleanup 2016-12-23 20:00:13 +00:00
TODO.TXT Update doc and various cleanup 2016-12-23 20:00:13 +00:00