We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65f80c commit b808d18Copy full SHA for b808d18
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