[PATCH] D7642: Introduce the idea of a minimum libc version
Saleem Abdulrasool via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 12 20:07:25 PDT 2015
compnerd added a comment.
Okay, if thats the general pattern, then we can stick it in the triple. Though, that means that the use of the triple for determining the MS compatibility needs to be undone. If the version in the triple is the libc version, then it can differ from the MS compatibility version. The target platform may be different from the compiler version (IIRC, thats the terminology that Visual Studio uses).
Repository:
rL LLVM
http://reviews.llvm.org/D7642
More information about the cfe-commits
mailing list