[all-commits] [llvm/llvm-project] 8f0c90: [Driver] Report -Wunused-command-line-argument for...

Fangrui Song via All-commits all-commits at lists.llvm.org
Fri Jul 22 15:07:42 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8f0c901c1a172313a32bc06a1fcface76cd1220f
      https://github.com/llvm/llvm-project/commit/8f0c901c1a172313a32bc06a1fcface76cd1220f
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-07-22 (Fri, 22 Jul 2022)

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

  Log Message:
  -----------
  [Driver] Report -Wunused-command-line-argument for unimplemented -mtune=

Most common architectures (aarch64,riscv,s390x,x86,etc) have implemented -mtune=.
Don't ignore -mtune= in generic code.




More information about the All-commits mailing list