diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-06-25 16:52:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-06-25 16:52:00 +0200 |
commit | c0f72d47fc25981dcc1f55e12dfa0fdba7b70242 (patch) | |
tree | e5f33e4364069caf00cd696929cf0c4dce813333 | |
parent | 2208cf25b884d166a07f06acba27949f0681cf48 (diff) |
Minor note on Apple Clang to vanilla Clang version mapping
-rw-r--r-- | build2/cxx/init.cxx | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/build2/cxx/init.cxx b/build2/cxx/init.cxx index 297485a..6621757 100644 --- a/build2/cxx/init.cxx +++ b/build2/cxx/init.cxx @@ -103,12 +103,14 @@ namespace build2 // // https://gist.github.com/yamaya/2924292 // - // 5.1 -> 3.4 - // 6.0 -> 3.5 - // 7.0 -> 3.7 - // 7.3 -> 3.8 - // 8.0 -> 3.9 - // 9.0 -> 4.0 (later ones could be 5.0) + // 5.1 -> 3.4 + // 6.0 -> 3.5 + // 7.0 -> 3.7 + // 7.3 -> 3.8 + // 8.0 -> 3.9 + // 9.0 -> 4.0 (later ones could be 5.0) + // 9.1 -> ? + // 10.0 -> ? // // Note that this mapping is also used to enable experimental // features below. |