Skip to content
Merged
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
3 changes: 2 additions & 1 deletion azure-devops/checkout-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ steps:
)

git fetch --filter=tree:0 --depth=1 llvm $(${{ parameters.llvmSHAVar }})
git reset --quiet FETCH_HEAD
git sparse-checkout init --cone
git sparse-checkout set libcxx/test libcxx/utils/libcxx llvm/utils/lit
git reset --quiet --hard FETCH_HEAD
git clean --quiet -x -d -f
displayName: "Checkout LLVM source"
- script: |
cd $(Build.SourcesDirectory)
Expand Down