[libc++] Use Clang-16 for c++17.
authorMark de Wever <koraq@xs4all.nl>
Sat, 27 Aug 2022 11:43:51 +0000 (13:43 +0200)
committerMark de Wever <koraq@xs4all.nl>
Wed, 21 Sep 2022 05:48:06 +0000 (07:48 +0200)
Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D132788

libcxx/utils/ci/buildkite-pipeline.yml

index bc7569d..778daea 100644 (file)
@@ -192,11 +192,8 @@ steps:
       - "**/test-results.xml"
       - "**/*.abilist"
     env:
-        # TODO (mordante) use head
-        #CC: "clang-${LLVM_HEAD_VERSION}"
-        #CXX: "clang++-${LLVM_HEAD_VERSION}"
-        CC: "clang-15"
-        CXX: "clang++-15"
+        CC: "clang-${LLVM_HEAD_VERSION}"
+        CXX: "clang++-${LLVM_HEAD_VERSION}"
     agents:
       queue: "libcxx-builders"
       os: "linux"