[all-commits] [llvm/llvm-project] 98615f: [Driver] Remove Joined -X

Fangrui Song via All-commits all-commits at lists.llvm.org
Wed Aug 31 17:31:09 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 98615fd376cea15af21e120e0e3ffa5ba68c2b6d
      https://github.com/llvm/llvm-project/commit/98615fd376cea15af21e120e0e3ffa5ba68c2b6d
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-08-31 (Wed, 31 Aug 2022)

  Changed paths:
    M clang/include/clang/Driver/Options.td

  Log Message:
  -----------
  [Driver] Remove Joined -X

The untested option triggers an IgnoredGCCCompat warning while GCC reports an error.
We support a few -X{assembler,linker,...}. Having the Joined -X may make typos unnoticed.




More information about the All-commits mailing list