forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes two errors found when trying to build the new Starlark linking stuff: - In link_action, in cpp_link_action.bzl, it referenced NODEPS_DYNAMIC_LIBRARY without importing the definition of it (undefined reference). - In _can_split_command_line, in finalize_link_action.bzl, it referenced interface_output without passing it into the function (undefined reference). PiperOrigin-RevId: 694557197 Change-Id: Iaf98ab6c69f350002722e4197ab21656af771178
- Loading branch information
1 parent
8de2fb2
commit df84f4e
Showing
2 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters