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.
Add implementation of collect_compilation_prerequisites to cc_helper,…
… this makes cc_internal's collect_compilation_prerequisites method obsolete. Add test for cc_binary rule to test compilation prerequisites of OutputGroupInfo. Expose API from CcCompilationContext necessary for Starlark transliteration. Add builtin privacy tests for added methods. CC_AND_OBJC constant's extensions now match native version. Fix a bug where _check_src_extension would always return True if the file extension matched shared and versioned shared libraries(even if we did not want to include them), required a refactor of the code. This has not been noticed since the two consumers of the method(cc_binary & cc_library) allow shared and versioned shared libraries. PiperOrigin-RevId: 434702440
- Loading branch information
1 parent
f789c0d
commit 8d22e46
Showing
6 changed files
with
99 additions
and
25 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
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
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