[all-commits] [llvm/llvm-project] b081da: clang-linker-wrapper/LinkerWrapperOpts.td: "--sysr...

conversy via All-commits all-commits at lists.llvm.org
Fri Oct 20 10:02:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b081da5fab053df99e10656cb28bac5520bc0bec
      https://github.com/llvm/llvm-project/commit/b081da5fab053df99e10656cb28bac5520bc0bec
  Author: conversy <conversy at gmail.com>
  Date:   2023-10-20 (Fri, 20 Oct 2023)

  Changed paths:
    M clang/tools/clang-linker-wrapper/LinkerWrapperOpts.td

  Log Message:
  -----------
  clang-linker-wrapper/LinkerWrapperOpts.td: "--sysroot" => "--sysroot=" (#65313)

"--sysroot"
should be 
"--sysroot="

since it's related to
OPT_sysroot_EQ
and not a
OPT_sysroot




More information about the All-commits mailing list