Skip to content

Commit 3605cce

Browse files
authored
kokoro: linux uses clang-18 (#6656)
Google-internal bug 393437270
1 parent 5f7bbe7 commit 3605cce

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@ also work, but are not verified.
463463
SPIRV-Tools is regularly tested with the following compilers:
464464

465465
On Linux
466-
- GCC version 9.4
467-
- Clang version 10.0
466+
- GCC version 13
467+
- Clang version 18
468468

469469
On MacOS
470470
- AppleClang 15.0

kokoro/scripts/linux/build-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ git config --global --add safe.directory '*'
3030
using python-3.12
3131

3232
if [ $COMPILER = "clang" ]; then
33-
using clang-13.0.1
33+
using clang-18
3434
elif [ $COMPILER = "gcc" ]; then
3535
using gcc-13
3636
fi

0 commit comments

Comments
 (0)