Using:
-DMLIR_ENABLE_BINDINGS_PYTHON=ON
Resulted in a failed build due to changes implemented by
https://reviews.llvm.org/D127352
This updates the include line
Differential D127523
[mlir][py-bindings] Fix include issue introduced by D127352 agostini01 on Jun 10 2022, 11:56 AM. Authored by
Details Using: -DMLIR_ENABLE_BINDINGS_PYTHON=ON Resulted in a failed build due to changes implemented by This updates the include line
Diff Detail
Event TimelineComment Actions Hi @Mogball , I do not have commit access to the repo. Would you land this patch for me? Comment Actions Mehdi and I ran into https://github.com/phacility/arcanist/pull/272 when attempting arc land recently Comment Actions (well I think it's same case, I just locally hacked it given it was trying to access null value for commit snd I just added a test for null somewhere along the way to avoid it ...) |