[flang-commits] [flang] [flang] Link libflangPasses against correct libraries (PR #110840)

Tarun Prabhu via flang-commits flang-commits at lists.llvm.org
Mon Oct 7 11:22:26 PDT 2024


tarunprabhu wrote:

> ```
> llvm-project/mlir/include/mlir/Dialect/Mesh/Interfaces/ShardingInterface.h:84:10: fatal error: mlir/Dialect/Mesh/Interfaces/ShardingInterface.h.inc: No such file or directory
>    84 | #include "mlir/Dialect/Mesh/Interfaces/ShardingInterface.h.inc"
>       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> compilation terminated.
> make[2]: *** [tools/mlir/lib/Dialect/Linalg/IR/CMakeFiles/obj.MLIRLinalgDialect.dir/build.make:104: tools/mlir/lib/Dialect/Linalg/IR/CMakeFiles/obj.MLIRLinalgDialect.dir/LinalgDialect.cpp.o] Error 1
> ```
> 
> I assume it is not in scope of this patch.

Thanks for taking a look, Paul. I don't see this error in the original issue that you filed, so I think it is best to merge this in now. I will work on trying to reproduce and resolve the missing `.inc` file problem . You could open a separate issue for that if you wish.

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


More information about the flang-commits mailing list