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> {
395
395
addMainIfNecessary (file);
396
396
397
397
for (auto D : decls) {
398
- D->visitAuxiliaryDecls ([&](Decl *decl) {
399
- if (Ctx.getOpts ().LinkerDirectivesOnly && !requiresLinkerDirective (decl))
400
- return ;
401
-
402
- visit (decl);
403
- });
404
-
405
398
if (Ctx.getOpts ().LinkerDirectivesOnly && !requiresLinkerDirective (D))
406
399
continue ;
407
400
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 )
2
2
// REQUIRES: executable_test
3
3
// REQUIRES: OS=macosx
4
4
You can’t perform that action at this time.
0 commit comments