We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b66ff3 commit 5d3f128Copy full SHA for 5d3f128
lldb/source/Target/TargetProperties.td
@@ -170,8 +170,8 @@ 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<"">,
174
- Desc<"The path to the SDK used to build the current target.">;
+ DefaultTrue,
+ Desc<"Try to use compiler flags for all modules when setting up the Swift expression parser, not just the main executable.">;
175
def SDKPath: Property<"sdk-path", "FileSpec">,
176
177
Desc<"The path to the SDK used to build the current target.">;
0 commit comments