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.
Implement flag enabling Starlark implementation of C++ linking support
Most of the linking code is in Starlark, including a large chunk of LTO support. What's not in Starlark: - conversion of LibraryToLink into LegacyLinkerInputs (causes a regression) - conversion of collectLibrariesToLink (causes a regression) - compilation of LTO artifacts (needs rewrite of C++ compilation support first) PiperOrigin-RevId: 723497031 Change-Id: I9cd75a9c11de9eb82b277757267bcaeaecfd7034
- Loading branch information
1 parent
ed34bb3
commit 22d277f
Showing
4 changed files
with
33 additions
and
2 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