diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-22 10:33:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-22 10:33:44 +0200 |
commit | 442e2a55af0e51b9bf57aae86fc67fa425b75d0b (patch) | |
tree | b545c56d691fc203c296231ead19f49ed78c7808 /libbuild2/cxx | |
parent | 2931b2365c2f00562d0d06ad6e83b74a6618f334 (diff) |
Add version mapping for Apple Clang 11.0.3
Diffstat (limited to 'libbuild2/cxx')
-rw-r--r-- | libbuild2/cxx/init.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libbuild2/cxx/init.cxx b/libbuild2/cxx/init.cxx index 65d13cf..866ec12 100644 --- a/libbuild2/cxx/init.cxx +++ b/libbuild2/cxx/init.cxx @@ -337,9 +337,6 @@ namespace build2 { // Enable starting with Clang 6.0.0. // - // Note that we are using Apple to vanilla Clang version re-map - // from above so may need to update things there as well. - // // Also see Clang modules support hack in cc::compile. // // @@ Clang 9 enables modules by default in C++2a. We should |