[llvm-branch-commits] [mlir] [MLIR][Standalone] test Standalone against install distributions (PR #157944)

2025-09-17 Thread Christopher Bate via llvm-branch-commits
christopherbate wrote: > Yes but then you're proposing we should add to the monolithic scripts an > invocation of install-distributions? That seems fine too. I'm not familiar enough with the infra to know where tests for `install` or `install-distribution` should go. @joker-eph do you have a r

[llvm-branch-commits] [mlir] [MLIR][Standalone] test Standalone against install distributions (PR #157944)

2025-09-13 Thread Christopher Bate via llvm-branch-commits
@@ -65,6 +65,12 @@ if (MLIR_INCLUDE_INTEGRATION_TESTS) endif() +option(MLIR_RUN_STANDALONE_INSTALL_TESTS "Run Standalone example install tests." ON) +if(MLIR_RUN_STANDALONE_INSTALL_TESTS AND "${CMAKE_INSTALL_PREFIX}" STREQUAL "") + message(WARNING "Standalone example instal

[llvm-branch-commits] [mlir] [MLIR][Standalone] test Standalone against install distributions (PR #157944)

2025-09-12 Thread Christopher Bate via llvm-branch-commits
christopherbate wrote: > The existing Standalone test already performs a nested build command That test is using configure/build in a different build directory. Yes, it is nested in the existing one, but it is a new, temporary build directory. Existing test does something like this: - Parent

[llvm-branch-commits] [mlir] [MLIR][Standalone] test Standalone against install distributions (PR #157944)

2025-09-12 Thread Christopher Bate via llvm-branch-commits
christopherbate wrote: I don't fully understand the rationale for adding this test. I followed the links, and it seems to stem from [this comment](https://github.com/llvm/llvm-project/pull/157583#issuecomment-3274164357). But the relationship between that failure and this test is not clear to

[llvm-branch-commits] [mlir] release/21.x: [mlir][cmake] Fix mlir target export (#153341) (PR #155856)

2025-08-28 Thread Christopher Bate via llvm-branch-commits
https://github.com/christopherbate approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/155856 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-com