Skip to content

Commit

Permalink
Remove outdated Javadoc
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 707943574
Change-Id: I4e8acc21c2045d945bab8d01b337a2584e00d867
  • Loading branch information
gregestren authored and copybara-github committed Dec 19, 2024
1 parent 4c649ba commit a4d8909
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -606,17 +606,6 @@ public Label getMemProfProfileLabel() {
+ "except bar.o.")
public List<PerLabelOptions> perFileLtoBackendOpts;

/**
* The value of "--crosstool_top" to use for building tools.
*
* <p>We want to make sure this stays bound to the top-level configuration when not explicitly set
* (as opposed to a configuration that comes out of a transition). Otherwise we risk using the
* wrong crosstool (i.e., trying to build tools with an Android-specific crosstool).
*
* <p>To accomplish this, we initialize this to null and, if it isn't explicitly set, use {@link
* #getNormalized} to rewrite it to {@link #crosstoolTop}. Blaze always evaluates top-level
* configurations first, so they'll trigger this. But no followup transitions can.
*/
@Option(
name = "host_crosstool_top",
defaultValue = "null",
Expand Down

0 comments on commit a4d8909

Please sign in to comment.