[all-commits] [llvm/llvm-project] 407daf: [CI] Enable OpenMP and Offload runtime in premerge...
Jan Patrick Lehr via All-commits
all-commits at lists.llvm.org
Mon Jun 8 08:56:40 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 407daf1bb2a2400fdbbdeb3147932bb1b5c24650
https://github.com/llvm/llvm-project/commit/407daf1bb2a2400fdbbdeb3147932bb1b5c24650
Author: Jan Patrick Lehr <JanPatrick.Lehr at amd.com>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
M .ci/compute_projects.py
M .ci/compute_projects_test.py
Log Message:
-----------
[CI] Enable OpenMP and Offload runtime in premerge (#174955)
Offload and OpenMP have been disabled in pre-commit build and test for
quite some time.
After some changes to the way how LLVM is built in pre-merge, this PR
adds both OpenMP and Offload to the premerge CI. The intention is to
introduce *build only* of those runtimes and not run any tests.
The test suites appear to still be a bit flaky and many issues we see in
the (AMDGPU OpenMP / Offload) buildbots come from simple errors that can
be caught with a simple build in pre-merge CI.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list