You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lldb/source/Target/TargetProperties.td
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ let Definition = "target_experimental" in {
5
5
Global, DefaultTrue,
6
6
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.">;
7
7
def UseDIL : Property<"use-DIL", "Boolean">,
8
-
Global, DefaultFalse,
9
-
Desc<"If true, use the alternative DIL implementation for frame variable evaluation.">;
8
+
Global, DefaultTrue,
9
+
Desc<"If true, use the DIL implementation for frame variable evaluation.">;
0 commit comments