Skip to content

Commit c8c8dae

Browse files
authored
Merge pull request #41 from compnerd/yes-no-maybe
lldb: correct default value for Boolean
2 parents a7d410f + b808d18 commit c8c8dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Target/TargetProperties.td

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ let Definition = "target" in {
170170
DefaultStringValue<"">,
171171
Desc<"Additional -Xcc flags to be passed to the Swift ClangImporter.">;
172172
def UseAllCompilerFlags: Property<"use-all-compiler-flags", "Boolean">,
173-
DefaultStringValue<"">,
173+
DefaultFalse,
174174
Desc<"The path to the SDK used to build the current target.">;
175175
def SDKPath: Property<"sdk-path", "FileSpec">,
176176
DefaultStringValue<"">,

0 commit comments

Comments
 (0)