Skip to content

Commit e8f68ef

Browse files
committed
Revert "Disable SwiftDWARFImporterDelegate by default."
This reverts commit 746e52a.
1 parent 40063b6 commit e8f68ef

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lldb/lit/Swift/No.swiftmodule-ObjC.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# RUN: %target-swiftc -o %t/a.out %t/main.o %t/ObjCStuff.o
1212
# RUN: %lldb %t/a.out -s %s | FileCheck %S/Inputs/No.swiftmodule-ObjC.swift
1313

14-
settings set symbols.use-swift-dwarfimporter true
1514
breakpoint set -p "break here"
1615
run
1716
frame variable -d no-dynamic

lldb/source/Core/CoreProperties.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let Definition = "modulelist" in {
1010
DefaultStringValue<"">,
1111
Desc<"The path to the clang modules cache directory (-fmodules-cache-path).">;
1212
def UseDWARFImporter: Property<"use-swift-dwarfimporter", "Boolean">,
13-
DefaultFalse,
13+
DefaultTrue,
1414
Desc<"Reconstruct Clang module dependencies from DWARF when debugging Swift code">;
1515
def SwiftModuleLoadingMode: Property<"swift-module-loading-mode", "Enum">,
1616
DefaultEnumValue<"eSwiftModuleLoadingModePreferSerialized">,

0 commit comments

Comments
 (0)