https://github.com/philnik777 edited
https://github.com/llvm/llvm-project/pull/155251
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/philnik777 edited
https://github.com/llvm/llvm-project/pull/155251
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/philnik777 approved this pull request.
This is as green as it gets currently.
https://github.com/llvm/llvm-project/pull/154945
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mai
https://github.com/philnik777 edited
https://github.com/llvm/llvm-project/pull/155218
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/philnik777 updated
https://github.com/llvm/llvm-project/pull/144101
>From 219ba169840842e131bdb11cf18ee7730a6d1bab Mon Sep 17 00:00:00 2001
From: Nikolas Klauser
Date: Fri, 13 Jun 2025 17:49:01 +0200
Subject: [PATCH] [libc++][C++03] Remove XFAILs from the non-frozen
libc++-s
https://github.com/philnik777 updated
https://github.com/llvm/llvm-project/pull/144110
>From 40bae50f12fd486508e388c8445f78558ea73086 Mon Sep 17 00:00:00 2001
From: Nikolas Klauser
Date: Fri, 13 Jun 2025 18:14:22 +0200
Subject: [PATCH] [libc++][C++03] Fix tests which only fail due to incorrect
https://github.com/philnik777 updated
https://github.com/llvm/llvm-project/pull/144117
>From 7b76244ee066889046d96d7c12d20a89b59e6817 Mon Sep 17 00:00:00 2001
From: Nikolas Klauser
Date: Fri, 13 Jun 2025 18:51:26 +0200
Subject: [PATCH] [libc++][C++03] Fix a bunch of random tests
---
.../conta
https://github.com/philnik777 approved this pull request.
The libc++ parts LGTM. I don't know enough about lldb to feel comfortable
approving back-ports there.
https://github.com/llvm/llvm-project/pull/155712
___
llvm-branch-commits mailing list
llvm-
philnik777 wrote:
@Michael137 Do you think the lldb patch should be back-ported?
https://github.com/llvm/llvm-project/pull/155712
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/ll
https://github.com/philnik777 requested changes to this pull request.
What is the reasoning behind this? Could we document something when to apply
the attribute?
https://github.com/llvm/llvm-project/pull/151652
___
llvm-branch-commits mailing list
llv
@@ -109,4 +109,14 @@
# define _LIBCXXABI_NOEXCEPT noexcept
#endif
+#if defined(_LIBCXXABI_COMPILER_CLANG)
+# if defined(__POINTER_FIELD_PROTECTION__)
+#define _LIBCXXABI_NO_PFP [[clang::no_field_protection]]
+# else
+#define _LIBCXXABI_NO_PFP
+# endif
+#else
+# de
101 - 111 of 111 matches
Mail list logo