Skip to content

Commit 4605c8b

Browse files
authored
Merge pull request #6949 from slavapestov/remove-variadic-generics-feature-5.9
[lldb] Update for removal of swift::Feature::VariadicGenerics [5.9]
2 parents 60e2a62 + eda77ec commit 4605c8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Plugins/ExpressionParser/Swift/SwiftExpressionParser.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,6 @@ static llvm::Expected<ParsedExpression> ParseAndImport(
13421342
sc.target_sp->GetSwiftEnableBareSlashRegex();
13431343
invocation.getLangOptions().EnableBareSlashRegexLiterals =
13441344
enable_bare_slash_regex_literals;
1345-
invocation.getLangOptions().Features.insert(swift::Feature::VariadicGenerics);
13461345

13471346
auto should_use_prestable_abi = [&]() {
13481347
lldb::StackFrameSP this_frame_sp(stack_frame_wp.lock());

0 commit comments

Comments
 (0)