[all-commits] [llvm/llvm-project] 08af5b: [Driver] Add --config= as canonical spelling of --...

Fangrui Song via All-commits all-commits at lists.llvm.org
Thu Sep 29 00:38:28 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 08af5ba3713523d9596a414e6a64b26494199fdd
      https://github.com/llvm/llvm-project/commit/08af5ba3713523d9596a414e6a64b26494199fdd
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-09-29 (Thu, 29 Sep 2022)

  Changed paths:
    M clang/docs/UsersManual.rst
    M clang/include/clang/Driver/Options.td
    M clang/test/Driver/config-file.c

  Log Message:
  -----------
  [Driver] Add --config= as canonical spelling of --config

Driver options usually use `Joined` instead of `Separate`. It is also weird that
`--config-system-dir=`/etc exist while `--config=` did not exist.

Reviewed By: mgorny

Differential Revision: https://reviews.llvm.org/D134790




More information about the All-commits mailing list