Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion buildenv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# bump: libomp-version /LIBOMP_VERSION="(.*)"/ https://github.com/llvm/llvm-project.git|semver:*
LIBOMP_VERSION="21.1.8"
LIBOMP_VERSION="22.1.6"
Copy link
Copy Markdown

@augmentcode augmentcode Bot May 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With ZOPEN_CLEAN="skip", bumping LIBOMP_VERSION can accidentally reuse an existing cmake/ directory from the previous version because zopen_post_extract only downloads CMake sources when cmake/ is missing. That can produce mixed-version sources in incremental builds; consider ensuring the cmake/ dir is refreshed when LIBOMP_VERSION changes.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.


###
### Build control file for the libomp port
Expand Down
Loading