Make bazel option --collect_symbol_counts a noop

Our reasoning:
* it only works with gold
* it was broken for the last 3 months (since unknown commit) (silently did
nothing and nobody complained)
* we see almost zero usage of this option

RELNOTES: None.
PiperOrigin-RevId: 228116158
This commit is contained in:
hlopko 2019-01-07 09:29:04 +01:00 committed by Marcel Hlopko
parent 17818b2501
commit 05d087e921
1 changed files with 1 additions and 0 deletions

View File

@ -352,6 +352,7 @@ message CToolchain {
// Feature flags.
// TODO(bazel-team): Sink those into 'Feature' instances.
// Legacy field, ignored by Bazel.
optional bool supports_gold_linker = 10 [default = false];
// Legacy field, ignored by Bazel.
optional bool supports_thin_archives = 11 [default = false];