Skip to content

Commit

Permalink
merge main into amd-staging
Browse files Browse the repository at this point in the history
Change-Id: I7dfbe34c8e2bae6674ed261a4b93531e6577fa6b
  • Loading branch information
ronlieb committed Dec 4, 2024
2 parents 7c4f2d2 + c8b7ec2 commit 15170a4
Show file tree
Hide file tree
Showing 311 changed files with 11,906 additions and 8,972 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
cmake -B libc-build -GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_RUNTIMES="libc" -DLLVM_ENABLE_SPHINX=ON ./runtimes
TZ=UTC ninja -C libc-build docs-libc-html
mkdir built-docs/libc
cp -r libc-build/docs/* built-docs/libc/
cp -r libc-build/libc/docs/* built-docs/libc/
- name: Build LLD docs
if: steps.docs-changed-subprojects.outputs.lld_any_changed == 'true'
run: |
Expand Down
Loading

0 comments on commit 15170a4

Please sign in to comment.