-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add generate_linkmap feature to Apple CROSSTOOL.
This adds `generate_linkmap` feature to Apple CROSSTOOL. To generate a link map, add the `--objc_generate_linkmap` flag to a `bazel build`. By default, only the top level linkmap file is built. If you want the linkmap file of the top level target dependencies, add the `--output_groups=+linkmaps` flag. Fixes #9153. Closes #12016. PiperOrigin-RevId: 330049354
- Loading branch information
1 parent
240bdea
commit fa1740d
Showing
1 changed file
with
25 additions
and
0 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