Skip to content

Conversation

@denialhaag
Copy link
Member

Description

Fixes #1132

Checklist:

  • The pull request only contains commits that are focused and relevant to this change.
  • I have added appropriate tests that cover the new/changed functionality.
  • I have updated the documentation to reflect these changes.
  • I have added entries to the changelog for any noteworthy additions, changes, fixes, or removals.
  • I have added migration instructions to the upgrade guide (if needed).
  • The changes follow the project's style guidelines and introduce no new warnings.
  • The changes are fully tested and pass the CI checks.
  • I have reviewed my own code changes.

@denialhaag denialhaag self-assigned this Dec 4, 2025
@denialhaag denialhaag added minor Minor version update packaging Anything related to Python packaging labels Dec 4, 2025
@codecov
Copy link

codecov bot commented Dec 4, 2025

Codecov Report

βœ… All modified and coverable lines are covered by tests.

πŸ“’ Thoughts on this report? Let us know!

@denialhaag denialhaag added extensive-cpp-ci Adding this label indicates that extensive C++ CI runs should be started for this PR. and removed extensive-cpp-ci Adding this label indicates that extensive C++ CI runs should be started for this PR. labels Dec 4, 2025
@denialhaag denialhaag linked an issue Dec 4, 2025 that may be closed by this pull request
@denialhaag denialhaag removed the extensive-cpp-ci Adding this label indicates that extensive C++ CI runs should be started for this PR. label Dec 5, 2025
denialhaag and others added 9 commits December 5, 2025 06:00
Signed-off-by: Daniel Haag <121057143+denialhaag@users.noreply.github.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
@burgholzer burgholzer added the extensive-cpp-ci Adding this label indicates that extensive C++ CI runs should be started for this PR. label Dec 6, 2025
burgholzer added a commit to munich-quantum-software/setup-mlir that referenced this pull request Dec 6, 2025
Testing in
[`mqt-core`](munich-quantum-toolkit/core#1356)
has revealed that using LTO leads to problems when compiling with
different compilers than the ones being used to compile the static
libraries.

This PR disables the LTO option for macOS arm64, which was the only
setting where it was enabled.

This also directly prepares a release, which should allow us to test the
actions capabilities of picking the latest released version of a
particular LLVM tag.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

extensive-cpp-ci Adding this label indicates that extensive C++ CI runs should be started for this PR. minor Minor version update packaging Anything related to Python packaging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

πŸ“¦ MLIR - Enable by default and package MLIR/LLVM in Releases

3 participants