From e4c14a09a4084bfb142ffb4424fd4c011cb5a57d Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 8 Nov 2021 09:45:20 +1000 Subject: [PATCH] Bump clang version to 13 --- conan/profile/x86_64-clang-linux-debug | 6 +++--- conan/profile/x86_64-clang-linux-release | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conan/profile/x86_64-clang-linux-debug b/conan/profile/x86_64-clang-linux-debug index 582d4d4..b7db747 100644 --- a/conan/profile/x86_64-clang-linux-debug +++ b/conan/profile/x86_64-clang-linux-debug @@ -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 diff --git a/conan/profile/x86_64-clang-linux-release b/conan/profile/x86_64-clang-linux-release index ec2362b..f3c2c48 100644 --- a/conan/profile/x86_64-clang-linux-release +++ b/conan/profile/x86_64-clang-linux-release @@ -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