[llvm] [CI] Enable Offload project in precommit CI (PR #109103)
Louis Dionne via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 18 06:48:42 PDT 2024
================
@@ -131,7 +131,7 @@ function add-dependencies() {
echo $p
done
;;
- compiler-rt|libc|openmp)
+ compiler-rt|libc|offload|openmp)
----------------
ldionne wrote:
This means that whenever the `offload` project gets built, `clang` and `lld` will also get built.
https://github.com/llvm/llvm-project/pull/109103
More information about the llvm-commits
mailing list