[Mlir-commits] [mlir] [mlir] Python: Parse ModuleOp from file path (PR #125736)

Mehdi Amini llvmlistbot at llvm.org
Mon Feb 10 00:09:13 PST 2025


joker-eph wrote:

> Looks like this change broke the mlir-nvidia-gcc7 build because gcc7 doesn't support filesystem.

Please revert or fix immediately when a bot is broken: it is critical to keep them green otherwise other changes can silently add breakages and it's hard to track these new failures.

>  Is there any chance that builder can be upgraded to gcc8 for C++17 support?

This bot is meant to test that LLVM can build with gcc7, which is officially still supported, so that would make the point of this bot moot.

Any reason you're not using llvm::filesystem API instead? 



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


More information about the Mlir-commits mailing list