clang: bump to version 11

This commit is contained in:
Danny Robson 2020-10-22 08:39:54 +10:00
parent 097cbcfb2a
commit 980c762ba2
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ os=Linux
arch=x86_64
compiler=clang
compiler.version=10
compiler.version=11
compiler.libcxx=libc++
build_type=Release
@ -13,5 +13,5 @@ build_type=Release
[build_requires]
[env]
CC=clang-10
CXX=clang++-10
CC=clang-11
CXX=clang++-11

View File

@ -8,7 +8,7 @@ from dataclasses import dataclass, field
from typing import Dict, List, Optional
CLANG_VERSION = 10
CLANG_VERSION = 11
@dataclass