[llvm-branch-commits] [mlir] Add missing imports (PR #138550)

2025-05-05 Thread Filip Laurentiu via llvm-branch-commits
https://github.com/FilipLaurentiu edited https://github.com/llvm/llvm-project/pull/138550 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [mlir] Add missing imports (PR #138550)

2025-05-05 Thread Filip Laurentiu via llvm-branch-commits
https://github.com/FilipLaurentiu created https://github.com/llvm/llvm-project/pull/138550 Build fail without these improts >From 7a5195fd542f71142e4524f4d4720305bb14c2bb Mon Sep 17 00:00:00 2001 From: Filip Laurentiu Date: Mon, 5 May 2025 18:56:30 +0300 Subject: [PATCH] Add missing imports -

[llvm-branch-commits] [mlir] Add missing imports (PR #138550)

2025-05-06 Thread Filip Laurentiu via llvm-branch-commits
@@ -10,6 +10,7 @@ #define MLIR_DIALECT_AFFINE_IR_VALUEBOUNDSOPINTERFACEIMPL_H #include "mlir/Support/LLVM.h" +#include FilipLaurentiu wrote: ``` [1747/5390] Building CXX object tools/mlir/lib/Dialect/Affine/IR/CMakeFiles/obj.MLIRAffineDialect.dir/ValueBound

[llvm-branch-commits] [mlir] Add missing imports (PR #138550)

2025-05-09 Thread Filip Laurentiu via llvm-branch-commits
FilipLaurentiu wrote: Any updates ? https://github.com/llvm/llvm-project/pull/138550 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [mlir] Add missing imports (PR #138550)

2025-05-23 Thread Filip Laurentiu via llvm-branch-commits
FilipLaurentiu wrote: > The LLVM 19 release is no longer supported. You'll have to apply this as a > local patch if you want to build and old LLVM 19 with a new libstdc++. Some projects still use LLVM 19. I am not an LLVM developer, not even a C++ developer, but I am working on a project that