https://github.com/ldionne approved this pull request.
https://github.com/llvm/llvm-project/pull/144110
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -102,51 +102,25 @@ if [[ "${runtimes}" != "" ]]; then
exit 1
fi
- echo "--- ninja install-clang"
-
- ninja -C ${BUILD_DIR} install-clang install-clang-resource-headers
-
- RUNTIMES_BUILD_DIR="${MONOREPO_ROOT}/build-runtimes"
- INSTALL_DIR="${BUILD_DIR}/install"
-
ldionne wrote:
The CI failures are not legitimate, they are caused by changes in the
infrastructure that make all patches on the release branch fail. This is
something we should have fixed for upcoming releases, but it's always tricky to
keep everything working on both branches.
About the pat
@@ -593,6 +594,43 @@ public:
__tree_node_base& operator=(__tree_node_base const&) = delete;
};
+#ifdef _LIBCPP_ABI_TREE_POINTER_INT_PAIR
+template <>
+class __tree_node_base : public
__tree_end_node<__tree_node_base*> {
ldionne wrote:
We should add a `stat
@@ -593,6 +594,43 @@ public:
__tree_node_base& operator=(__tree_node_base const&) = delete;
};
+#ifdef _LIBCPP_ABI_TREE_POINTER_INT_PAIR
+template <>
+class __tree_node_base : public
__tree_end_node<__tree_node_base*> {
+public:
+ using pointer=
https://github.com/ldionne commented:
I think this could be rebased onto `main` -- it doesn't depend on
`__pointer_int_pair` in itself.
https://github.com/llvm/llvm-project/pull/147679
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llv
https://github.com/ldionne approved this pull request.
Thanks for this! It's nice that it seems to "just work" -- I love it.
https://github.com/llvm/llvm-project/pull/149385
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https:
https://github.com/ldionne approved this pull request.
https://github.com/llvm/llvm-project/pull/149435
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
501 - 508 of 508 matches
Mail list logo