File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -395,13 +395,6 @@ class SILSymbolVisitorImpl : public ASTVisitor<SILSymbolVisitorImpl> {
395395 addMainIfNecessary (file);
396396
397397 for (auto D : decls) {
398- D->visitAuxiliaryDecls ([&](Decl *decl) {
399- if (Ctx.getOpts ().LinkerDirectivesOnly && !requiresLinkerDirective (decl))
400- return ;
401-
402- visit (decl);
403- });
404-
405398 if (Ctx.getOpts ().LinkerDirectivesOnly && !requiresLinkerDirective (D))
406399 continue ;
407400
Original file line number Diff line number Diff line change 1- // RUN: %target-run-simple-swift(-Xfrontend -plugin-path -Xfrontend %swift-host-lib-dir/plugins)
1+ // RUN: %target-run-simple-swift(-Xfrontend -plugin-path -Xfrontend %swift-host-lib-dir/plugins -emit-tbd -emit-tbd-path %t.tbd )
22// REQUIRES: executable_test
33// REQUIRES: OS=macosx
44
You can’t perform that action at this time.
0 commit comments