[bazel.build] Problem with /docs/cc-toolchain-config-reference
Page link:
https://bazel.build/docs/cc-toolchain-config-reference
Problem description (include actual vs expected text, if applicable):
I was listing all bazel variables, which I got from the docs, and @comius mentioned I was missing some. Turns out the docs are missing some build variables.
Linking:
- runtime_solib_name: optional(file)
- thinlto_indexing_param_file: optional(file)
- thinlto_optional_params_file: optional(str)
- thinlto_prefix_replace: this looks like string containing 2 directories separated by ';' *thinlto_object_suffix_replace: string with 2 extensions separated by ';'
- thinlto_merged_object_file
- thinlto_param_file: opt(file)
- propeller_optimize_ld_path
Compiling:
- serialized_diagnostics_file
- lto_indexing_bitcode_file
- thinlto_index
- thinlto_input_bitcode_file
- thinlto_output_object_file
- external_include_paths
- module_name
- module_map_file
- dependent_module_map_files
- module_files
- includes
- framework_include_paths
Where do you see this issue? (include link to specific section of the page, if applicable)
No response
Any other information you'd like to share?
No response
Thank you for contributing to the Bazel repository! This issue has been marked as stale since it has not had any activity in the last 1+ years. It will be closed in the next 90 days unless any other activity occurs. If you think this issue is still relevant and should stay open, please post any comment here and the issue will no longer be marked as stale.
This issue has been automatically closed due to inactivity. If you're still interested in pursuing this, please post @bazelbuild/triage in a comment here and we'll take a look. Thanks!