From 442e2a55af0e51b9bf57aae86fc67fa425b75d0b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 22 Jun 2020 10:33:44 +0200 Subject: Add version mapping for Apple Clang 11.0.3 --- libbuild2/cxx/init.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'libbuild2/cxx') 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 -- cgit v1.1