Skip to content

Commit

Permalink
Don't use version suffix to distinguish among compilers
Browse files Browse the repository at this point in the history
Instead of suffixing the version of Clang with "-apple"
change the name of Apple compiler to "apple-clang".
  • Loading branch information
alalazo committed Jun 16, 2020
1 parent aac171a commit 18d6710
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cpu/microarchitectures.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 18d6710

Please sign in to comment.