[all-commits] [llvm/llvm-project] dfb14b: [Flang] NFC: Update test to work on Mac (#144253)
Kiran Chandramohan via All-commits
all-commits at lists.llvm.org
Mon Jun 16 08:56:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dfb14b65bc0a277f920c797b4557e79685055b4f
https://github.com/llvm/llvm-project/commit/dfb14b65bc0a277f920c797b4557e79685055b4f
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M flang/test/Preprocessing/bug518.F
Log Message:
-----------
[Flang] NFC: Update test to work on Mac (#144253)
`%flang` expands to `flang -isysroot <SDK location>` in Mac and probably
other OS as well. `fc1` is only accepted as the first argument and hence
in this case it fails.
Use the `%flang_fc1` option to correctly expand to `flang -fc1 -isysroot
<SDK location>`.
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