[flang-commits] [clang] [flang] [Driver] Move CommonArgs to a location visible by the Frontend Drivers (PR #142800)
Cameron McInally via flang-commits
flang-commits at lists.llvm.org
Fri Jun 6 10:25:18 PDT 2025
mcinally wrote:
> Thanks for the changes, Cameron.
>
> Could you take a look at the [failing buildkite](https://github.com/llvm/llvm-project/actions/runs/15493623574/job/43624895590?pr=142800) and see if it is something relevant? It seems to be a Windows build. Those are a bit flaky and a failure doesn't necessarily mean that there is a problem with the PR, but it's probably worth taking a look just in case.
Thanks! It looks like `__attribute((uninitialized))` isn't supported on Windows, so I have removed it from our patch.
https://github.com/llvm/llvm-project/pull/142800
More information about the flang-commits
mailing list