[PATCH] D38522: [libc++] Support Microsoft ABI without vcruntime headers

Shoaib Meenai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 3 17:47:48 PDT 2017


smeenai updated this revision to Diff 117613.
smeenai added a comment.

Remove SAL annotations as well; they're unneeded and add a header dependency


https://reviews.llvm.org/D38522

Files:
  CMakeLists.txt
  docs/UsingLibcxx.rst
  include/__config_site.in
  include/exception
  include/new
  src/new.cpp
  src/support/runtime/exception_msvc.ipp
  src/support/runtime/exception_pointer_msvc.ipp
  test/std/language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow_replace.pass.cpp
  test/std/language.support/support.dynamic/new.delete/new.delete.array/new_array_replace.pass.cpp
  test/std/language.support/support.dynamic/new.delete/new.delete.single/new_nothrow_replace.pass.cpp
  utils/libcxx/test/config.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38522.117613.patch
Type: text/x-patch
Size: 12902 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171004/2936f918/attachment-0001.bin>


More information about the cfe-commits mailing list