From 18d67108dead2e278153e385ad42cbed36ca0306 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Tue, 9 Jun 2020 13:37:39 +0200 Subject: [PATCH] Don't use version suffix to distinguish among compilers Instead of suffixing the version of Clang with "-apple" change the name of Apple compiler to "apple-clang". --- cpu/microarchitectures.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cpu/microarchitectures.json b/cpu/microarchitectures.json index aafae46..11bdab6 100644 --- a/cpu/microarchitectures.json +++ b/cpu/microarchitectures.json @@ -61,12 +61,14 @@ "flags": "-march={name} -mtune={name}" } ], - "clang": [ + "apple-clang": [ { - "versions": "0.0.0-apple:", + "versions": ":", "name": "x86-64", "flags": "-march={name}" - }, + } + ], + "clang": [ { "versions": ":", "name": "x86-64",