We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7d410f + b808d18 commit c8c8daeCopy full SHA for c8c8dae
lldb/source/Target/TargetProperties.td
@@ -170,7 +170,7 @@ let Definition = "target" in {
170
DefaultStringValue<"">,
171
Desc<"Additional -Xcc flags to be passed to the Swift ClangImporter.">;
172
def UseAllCompilerFlags: Property<"use-all-compiler-flags", "Boolean">,
173
- DefaultStringValue<"">,
+ DefaultFalse,
174
Desc<"The path to the SDK used to build the current target.">;
175
def SDKPath: Property<"sdk-path", "FileSpec">,
176
0 commit comments