llvm-project/libcxx/utils
Shoaib Meenai 492d7134f3 [libc++] Support Microsoft ABI without vcruntime headers
The vcruntime headers are hairy and clash with both libc++ headers
themselves and other libraries. libc++ normally deals with the clashes
by deferring to the vcruntime headers and silencing its own definitions,
but for clients which don't want to depend on vcruntime headers, it's
desirable to support the opposite, i.e. have libc++ provide its own
definitions.

Certain operator new/delete replacement scenarios are not currently
supported in this mode, which requires some tests to be marked XFAIL.
The added documentation has more details.

Differential Revision: https://reviews.llvm.org/D38522

llvm-svn: 315234
2017-10-09 19:25:17 +00:00
..
google-benchmark Update google benchmark 2017-04-18 07:17:20 +00:00
libcxx [libc++] Support Microsoft ABI without vcruntime headers 2017-10-09 19:25:17 +00:00
symcheck-blacklists Start libc++ python cleanup and consolidation. 2017-02-09 22:53:14 +00:00
cat_files.py Fix creating __generated_config on Windows 2017-01-03 03:55:29 +00:00
gen_link_script.py Start libc++ python cleanup and consolidation. 2017-02-09 22:53:14 +00:00
merge_archives.py Use CMAKE_AR instead of the system default 'ar' for merging static libraries 2017-09-13 06:55:44 +00:00
not.py Start libc++ python cleanup and consolidation. 2017-02-09 22:53:14 +00:00
sym_diff.py Start libc++ python cleanup and consolidation. 2017-02-09 22:53:14 +00:00
sym_extract.py Start libc++ python cleanup and consolidation. 2017-02-09 22:53:14 +00:00
sym_match.py Start libc++ python cleanup and consolidation. 2017-02-09 22:53:14 +00:00