[Lldb-commits] [lldb] [Testing] Create a draft PR for testing known test failure. (PR #148732)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 14 14:51:16 PDT 2025
https://github.com/cmtice created https://github.com/llvm/llvm-project/pull/148732
** DO NOT REVIEW! DO NOT MERGE/COMMIT! **
This draft PR is purely for testing purposes; it is not meant to be shared, reviewed or merged.
>From 6b39d4a0de969f18514e80fb5d11cd50f22b7526 Mon Sep 17 00:00:00 2001
From: Caroline Tice <cmtice at google.com>
Date: Mon, 14 Jul 2025 14:48:44 -0700
Subject: [PATCH] [Testing] Create a draft PR for testing known test failure.
** DO NOT REVIEW! DO NOT MERGE/COMMIT! **
This draft PR is purely for testing purposes; it is not meant to be
shared, reviewed or merged.
---
lldb/source/Target/TargetProperties.td | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lldb/source/Target/TargetProperties.td b/lldb/source/Target/TargetProperties.td
index 4aa9e046d6077..934e553e92748 100644
--- a/lldb/source/Target/TargetProperties.td
+++ b/lldb/source/Target/TargetProperties.td
@@ -5,7 +5,7 @@ let Definition = "target_experimental" in {
Global, DefaultTrue,
Desc<"If true, inject local variables explicitly into the expression text. This will fix symbol resolution when there are name collisions between ivars and local variables. But it can make expressions run much more slowly.">;
def UseDIL : Property<"use-DIL", "Boolean">,
- Global, DefaultFalse,
+ Global, DefaultTrue,
Desc<"If true, use the alternative DIL implementation for frame variable evaluation.">;
}
More information about the lldb-commits
mailing list