Skip to content

Commit

Permalink
Merge pull request #41 from compnerd/yes-no-maybe
Browse files Browse the repository at this point in the history
lldb: correct default value for Boolean
  • Loading branch information
JDevlieghere authored Oct 28, 2019
2 parents a7d410f + b808d18 commit c8c8dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/source/Target/TargetProperties.td
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ let Definition = "target" in {
DefaultStringValue<"">,
Desc<"Additional -Xcc flags to be passed to the Swift ClangImporter.">;
def UseAllCompilerFlags: Property<"use-all-compiler-flags", "Boolean">,
DefaultStringValue<"">,
DefaultFalse,
Desc<"The path to the SDK used to build the current target.">;
def SDKPath: Property<"sdk-path", "FileSpec">,
DefaultStringValue<"">,
Expand Down

0 comments on commit c8c8dae

Please sign in to comment.