Michael137 wrote:
> I'm afraid I'm seeing a test regression with this change (confirmed via
> bisect), on Gentoo amd64:
>
> ```
> FAIL: Clang :: DebugInfo/CXX/structured-binding.cpp (11221 of 22437)
> TEST 'Clang :: DebugInfo/CXX/structured-binding.cpp'
> FAILED **
mgorny wrote:
I'm afraid I'm seeing a test regression with this change (confirmed via
bisect), on Gentoo amd64:
```
FAIL: Clang :: DebugInfo/CXX/structured-binding.cpp (11221 of 22437)
TEST 'Clang :: DebugInfo/CXX/structured-binding.cpp'
FAILED
Exit Co
https://github.com/Nerixyz closed
https://github.com/llvm/llvm-project/pull/160067
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: nerix
Date: 2025-09-23T12:14:59+02:00
New Revision: 5b3dd43bd20d9c4e1cd05e39d2e022b368b0fbdc
URL:
https://github.com/llvm/llvm-project/commit/5b3dd43bd20d9c4e1cd05e39d2e022b368b0fbdc
DIFF:
https://github.com/llvm/llvm-project/commit/5b3dd43bd20d9c4e1cd05e39d2e022b368b0fbdc.diff
LOG: [L
https://github.com/Nerixyz closed
https://github.com/llvm/llvm-project/pull/159769
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/Nerixyz edited
https://github.com/llvm/llvm-project/pull/159769
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/Nerixyz updated
https://github.com/llvm/llvm-project/pull/160067
>From 4dab54fd1d003e99ac0b1014b276f0c6d24f9de2 Mon Sep 17 00:00:00 2001
From: Nerixyz
Date: Mon, 22 Sep 2025 12:32:08 +0200
Subject: [PATCH 1/5] [LLDB][PDB] Warn if DIA plugin is requested but not
available
--
https://github.com/Michael137 approved this pull request.
https://github.com/llvm/llvm-project/pull/160149
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/Michael137 approved this pull request.
https://github.com/llvm/llvm-project/pull/160067
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
@@ -105,24 +106,21 @@ enum {
#include "SymbolFilePDBPropertiesEnum.inc"
};
-#if LLVM_ENABLE_DIA_SDK && defined(_WIN32)
-bool ShouldUseNativeReaderByDefault() {
- static bool g_use_native_by_default = true;
-
- static llvm::once_flag g_initialize;
- llvm::call_once(g_initial
10 matches
Mail list logo