Skip to content

Commit

Permalink
Automated rollback of commit 5f6ca2e.
Browse files Browse the repository at this point in the history
*** Reason for rollback ***

Removing this because it's less surprising for rule authors if execution configurations start from default flags.

*** Original change description ***

Add getExec method for SwiftCommandLineOptions.

Part of work on execution transitions, bazelbuild#7935.

PiperOrigin-RevId: 246572501
  • Loading branch information
katre authored and copybara-github committed May 3, 2019
1 parent ee5ed35 commit daa8ae5
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,4 @@ public FragmentOptions getHost() {
host.copts = this.hostSwiftcoptList;
return host;
}

@Override
public FragmentOptions getExec() {
SwiftCommandLineOptions exec = (SwiftCommandLineOptions) super.getExec();
exec.copts = this.hostSwiftcoptList;
return exec;
}
}

0 comments on commit daa8ae5

Please sign in to comment.