[libcxx-commits] [PATCH] D132788: [libc++] Use Clang-16 for c++17.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 20 22:48:16 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8b3a907fb8ac: [libc++] Use Clang-16 for c++17. (authored by Mordante).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132788/new/
https://reviews.llvm.org/D132788
Files:
libcxx/utils/ci/buildkite-pipeline.yml
Index: libcxx/utils/ci/buildkite-pipeline.yml
===================================================================
--- libcxx/utils/ci/buildkite-pipeline.yml
+++ libcxx/utils/ci/buildkite-pipeline.yml
@@ -192,11 +192,8 @@
- "**/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"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132788.461795.patch
Type: text/x-patch
Size: 613 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220921/c2c0a6ec/attachment.bin>
More information about the libcxx-commits
mailing list