[PATCH] D7642: Introduce the idea of a minimum libc version
David Majnemer via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 9 18:01:08 PDT 2015
majnemer added a comment.
I think it would be inconsistent with the other platforms which have this version information. The platforms which have an environment version stick it in the triple (Android, MSVC) and the platforms which have an OS version also stick it in the triple (Darwin, iOS, OS X).
Furthermore, it is possible to specify the MSVC version and the Darwin OS version in clang without specifying the entire triple. The -fms-compatibility-version flag (and the corresponding flags for Darwin-based operating systems) update the version.
Repository:
rL LLVM
http://reviews.llvm.org/D7642
More information about the cfe-commits
mailing list