[flang-commits] [clang] [flang] [mlir] Add basic -mtune support (PR #98517)

David Spickett via flang-commits flang-commits at lists.llvm.org
Wed Jul 17 02:00:21 PDT 2024


DavidSpickett wrote:

This was failing on our bots that build all backends, I've fixed that:
https://github.com/llvm/llvm-project/commit/8bf952d77fbe63f979e4293e95a5ca379e26eede

It will help you in future if you set an email address for your commits in this Github project. Buildbot will then use that to notify you of failures.

You can also glance at http://llvm.validation.linaro.org/ (the "Flang" section) or search flang in https://lab.llvm.org/buildbot/#/builders (not every one that includes flang, but all the ones that focus on it at least).

It will post on PRs too if it knows a single commit is the problem, but all the bots that would have been able to do that only build the AArch64 target and it worked fine in that case.

https://github.com/llvm/llvm-project/pull/98517


More information about the flang-commits mailing list