[X86][Driver] Remove code that forced a core2 mtune from MachO::TranslateArgs.
authorCraig Topper <craig.topper@intel.com>
Wed, 19 Aug 2020 06:43:15 +0000 (23:43 -0700)
committerCraig Topper <craig.topper@intel.com>
Wed, 19 Aug 2020 06:44:36 +0000 (23:44 -0700)
commitb32f203edc8579d4c0023007880293c3f9404fb7
tree0ab11ab3f27e81574c5da3b75e798893fccbe580
parent21e4b9b204b4cc54a53e4fbe1e56d0828fc93d39
[X86][Driver] Remove code that forced a core2 mtune from MachO::TranslateArgs.

mtune was previously ignored by the compiler so I'm not sure this
did anything. But after D85384 we're starting to support mtune
and this code is now causing a couple test failures on MacOS.
clang/lib/Driver/ToolChains/Darwin.cpp