Skip to content

Commit 15170a4

Browse files
committed
merge main into amd-staging
Change-Id: I7dfbe34c8e2bae6674ed261a4b93531e6577fa6b
2 parents 7c4f2d2 + c8b7ec2 commit 15170a4

File tree

311 files changed

+11906
-8972
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

311 files changed

+11906
-8972
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
cmake -B libc-build -GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_RUNTIMES="libc" -DLLVM_ENABLE_SPHINX=ON ./runtimes
163163
TZ=UTC ninja -C libc-build docs-libc-html
164164
mkdir built-docs/libc
165-
cp -r libc-build/docs/* built-docs/libc/
165+
cp -r libc-build/libc/docs/* built-docs/libc/
166166
- name: Build LLD docs
167167
if: steps.docs-changed-subprojects.outputs.lld_any_changed == 'true'
168168
run: |

0 commit comments

Comments
 (0)