[all-commits] [llvm/llvm-project] 154de3: [flang] Don't check the '-mframe-pointer' flag (#1...
Daniel Paoliello via All-commits
all-commits at lists.llvm.org
Thu Jul 10 07:27:55 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 154de3e1bdd83ccaf7be51bb876db4593a064607
https://github.com/llvm/llvm-project/commit/154de3e1bdd83ccaf7be51bb876db4593a064607
Author: Daniel Paoliello <danpao at microsoft.com>
Date: 2025-07-10 (Thu, 10 Jul 2025)
Changed paths:
M flang/test/Driver/frontend-forwarding.f90
Log Message:
-----------
[flang] Don't check the '-mframe-pointer' flag (#147837)
The `-mframe-pointer` flag is not explicitly set in the original `flang`
invocation and so the value passed to `flang -fc1` can vary depending on
the host machine, so don't verify it in the output.
`-mframe-pointer` forwarding is already verified by
`flang/test/Driver/frame-pointer-forwarding.f90`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list