Bump clang version to 13
This commit is contained in:
parent
3fc4c30660
commit
e4c14a09a4
@ -3,7 +3,7 @@ os=Linux
|
||||
arch=x86_64
|
||||
|
||||
compiler=clang
|
||||
compiler.version=11
|
||||
compiler.version=13
|
||||
compiler.libcxx=libc++
|
||||
|
||||
build_type=Debug
|
||||
@ -13,5 +13,5 @@ build_type=Debug
|
||||
[build_requires]
|
||||
|
||||
[env]
|
||||
CC=clang-11
|
||||
CXX=clang++-11
|
||||
CC=clang-13
|
||||
CXX=clang++-13
|
||||
|
@ -3,7 +3,7 @@ os=Linux
|
||||
arch=x86_64
|
||||
|
||||
compiler=clang
|
||||
compiler.version=12
|
||||
compiler.version=13
|
||||
compiler.libcxx=libc++
|
||||
|
||||
build_type=Release
|
||||
@ -13,5 +13,5 @@ build_type=Release
|
||||
[build_requires]
|
||||
|
||||
[env]
|
||||
CC=clang-12
|
||||
CXX=clang++-12
|
||||
CC=clang-13
|
||||
CXX=clang++-13
|
||||
|
Loading…
Reference in New Issue
Block a user