[PATCH] D61646: Include corecrt.h/vcruntime.h to improve MS compatibility

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 9 15:22:16 PDT 2019


rnk added a subscriber: echristo.
rnk added a comment.

@echristo mentioned that this patch was also causing issues in another freestanding environment where _MSC_VER was defined, but no corecrt.h header existed on the system. So, I think it's likely that we don't want to do this in the long run. The compiler-provided headers and system headers are already too entangled, and this is one more dependency between them.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61646/new/

https://reviews.llvm.org/D61646





More information about the cfe-commits mailing list