Skip to content

Commit d21e679

Browse files
committed
LLVM and SPIRV-LLVM-Translator pulldown (WW50 2024)
LLVM: llvm/llvm-project@53c0a25db7a0469f6d47e130d5a0e8f7a88b9585SPIRV-LLVM-Translator: KhronosGroup/SPIRV-LLVM-Translator@b8b1b96
2 parents 7365344 + a77fba6 commit d21e679

File tree

8,392 files changed

+519763
-353294
lines changed

Some content is hidden

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

8,392 files changed

+519763
-353294
lines changed

.ci/generate-buildkite-pipeline-premerge

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ if [[ "${linux_projects}" != "" ]]; then
272272
artifact_paths:
273273
- 'artifacts/**/*'
274274
- '*_result.json'
275-
- 'build/test-results.xml'
275+
- 'build/test-results.*.xml'
276276
agents: ${LINUX_AGENTS}
277277
retry:
278278
automatic:
@@ -295,7 +295,7 @@ if [[ "${windows_projects}" != "" ]]; then
295295
artifact_paths:
296296
- 'artifacts/**/*'
297297
- '*_result.json'
298-
- 'build/test-results.xml'
298+
- 'build/test-results.*.xml'
299299
agents: ${WINDOWS_AGENTS}
300300
retry:
301301
automatic:

0 commit comments

Comments
 (0)