[PATCH] D7642: Introduce the idea of a minimum libc version
Saleem Abdulrasool via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 13 18:49:54 PDT 2015
compnerd added a comment.
AIUI, ucrt is absolutely relevant since msvcrt itself has been split out into the ucrt. msvcrt is the "shared" common bits, while the ucrt is more "platform" specific bits.
But really, the point is: supporting an older version with a newer compiler is what doing this the way I suggest enables. You can use a newer compiler but still allow the generated binary to target an alternative environment.
Repository:
rL LLVM
http://reviews.llvm.org/D7642
More information about the cfe-commits
mailing list