[flang-commits] [flang] [flang] Link libflangPasses against correct libraries (PR #110840)
Paul Osmialowski via flang-commits
flang-commits at lists.llvm.org
Mon Oct 7 11:00:38 PDT 2024
pawosm-arm wrote:
The good news is that it builds with -j9 now, so your patch has definitely helped. Yet still I can't build with -j1, but this is caused by some other issue (of similar nature):
```
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.
https://github.com/llvm/llvm-project/pull/110840
More information about the flang-commits
mailing list