[all-commits] [llvm/llvm-project] 8e315c: [Flang][Driver] Add regex support for R_Group options
victorkingi via All-commits
all-commits at lists.llvm.org
Thu Aug 31 04:16:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e315c6ce558a25f7cadab57bd8a14ff958ae517
https://github.com/llvm/llvm-project/commit/8e315c6ce558a25f7cadab57bd8a14ff958ae517
Author: Victor Kingi <victor.kingi at arm.com>
Date: 2023-08-31 (Thu, 31 Aug 2023)
Changed paths:
M flang/include/flang/Frontend/CodeGenOptions.h
M flang/lib/Frontend/CompilerInvocation.cpp
M flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
A flang/test/Driver/optimization-remark-invalid.f90
M flang/test/Driver/optimization-remark.f90
Log Message:
-----------
[Flang][Driver] Add regex support for R_Group options
Add regex handling for all variations of OPT_R_Joined, i.e.
`-Rpass`, `-Rpass-analysis`, `-Rpass-missed`.
Depends on D158174. That patch implements backend support for
R_Group options.
Reviewed By: awarzynski
Differential Revision: https://reviews.llvm.org/D158436
More information about the All-commits
mailing list