[all-commits] [llvm/llvm-project] 172140: [Driver] Remove unneeded RenderAsInput flag
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Oct 3 10:58:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1721404b542a7eb120c2aa64c80cb83463291bcd
https://github.com/llvm/llvm-project/commit/1721404b542a7eb120c2aa64c80cb83463291bcd
Author: Fangrui Song <i at maskray.me>
Date: 2022-10-03 (Mon, 03 Oct 2022)
Changed paths:
M clang/include/clang/Driver/Options.td
Log Message:
-----------
[Driver] Remove unneeded RenderAsInput flag
RenderAsInput is for -Wa,/-Wl, style options which forward their values
as used by llvm::opt::Arg::renderAsInput. These short options don't use RenderAsInput.
More information about the All-commits
mailing list