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

Nikhil Kalra llvmlistbot at llvm.org
Wed Feb 5 13:14:41 PST 2025


nikalra wrote:

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

@joker-eph -- It looks like you're listed as the owner of this job. Is there any chance that builder can be upgraded to `gcc8` for C++17 support? If not, I can put up a PR to guard the API with `#if __has_include(<fileystem>)`.

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


More information about the Mlir-commits mailing list