[all-commits] [llvm/llvm-project] b32f20: [X86][Driver] Remove code that forced a core2 mtun...

topperc via All-commits all-commits at lists.llvm.org
Tue Aug 18 23:45:40 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b32f203edc8579d4c0023007880293c3f9404fb7
      https://github.com/llvm/llvm-project/commit/b32f203edc8579d4c0023007880293c3f9404fb7
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-08-18 (Tue, 18 Aug 2020)

  Changed paths:
    M clang/lib/Driver/ToolChains/Darwin.cpp

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list