Skip to content

Commit 8b3a907

Browse files
committed
[libc++] Use Clang-16 for c++17.
Reviewed By: ldionne, #libc Differential Revision: https://reviews.llvm.org/D132788
1 parent c941d92 commit 8b3a907

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

libcxx/utils/ci/buildkite-pipeline.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,8 @@ steps:
192192
- "**/test-results.xml"
193193
- "**/*.abilist"
194194
env:
195-
# TODO (mordante) use head
196-
#CC: "clang-${LLVM_HEAD_VERSION}"
197-
#CXX: "clang++-${LLVM_HEAD_VERSION}"
198-
CC: "clang-15"
199-
CXX: "clang++-15"
195+
CC: "clang-${LLVM_HEAD_VERSION}"
196+
CXX: "clang++-${LLVM_HEAD_VERSION}"
200197
agents:
201198
queue: "libcxx-builders"
202199
os: "linux"

0 commit comments

Comments
 (0)