[all-commits] [llvm/llvm-project] 4d1460: Revert "[flang] Add -fpass-plugin option to Flang ...
Mats Petersson via All-commits
all-commits at lists.llvm.org
Wed Oct 5 11:43:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4d1460c77d0095fb5eb974b42d96ca4f4567a7cd
https://github.com/llvm/llvm-project/commit/4d1460c77d0095fb5eb974b42d96ca4f4567a7cd
Author: Mats Petersson <mats.petersson at arm.com>
Date: 2022-10-05 (Wed, 05 Oct 2022)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/Flang.cpp
M flang/docs/FlangDriver.md
M flang/docs/ReleaseNotes.md
M flang/include/flang/Frontend/CodeGenOptions.h
M flang/lib/Frontend/CompilerInvocation.cpp
M flang/lib/Frontend/FrontendActions.cpp
M flang/test/Driver/driver-help-hidden.f90
M flang/test/Driver/driver-help.f90
M flang/test/Driver/frontend-forwarding.f90
R flang/test/Driver/pass-plugin-not-found.f90
R flang/test/Driver/pass-plugin.f90
Log Message:
-----------
Revert "[flang] Add -fpass-plugin option to Flang frontend"
This reverts commit 43fe6f7cc35ded691bbc2fa844086d321e705d46.
Reverting this as CI breaks.
To reproduce, run check-flang, and it will fail with an error saying
.../lib/Bye.so not found in pass-plugin.f90
More information about the All-commits
mailing list