You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aid="ll_library-shared_object_link_flags"></a>`shared_object_link_flags`| <code>List of strings</code>, optional, defaults to <code>[]</code>.<br><br> Flags for the linker when emitting shared objects.<br><br>Used if `emit` includes `"shared_object"`. |
139
139
| <aid="ll_library-shared_object_link_string_flags"></a>`shared_object_link_string_flags`| <code><ahref="https://bazel.build/concepts/labels">List of labels</a></code>, optional, defaults to <code>[]</code>.<br><br> Flags for the linker when emitting shared objects in the form of `string_flag`s.<br><br>See `compile_string_flags` for semantics.<br><br>Used if `emit` includes `"shared_object"`. |
140
140
| <aid="ll_library-toolchain_configuration"></a>`toolchain_configuration`| <code><ahref="https://bazel.build/concepts/labels">Label</a></code>, optional, defaults to <code>"@rules_ll//ll:current_ll_toolchain_configuration"</code>.<br><br> TODO |
141
+
| <aid="ll_library-version_script"></a>`version_script`| <code><ahref="https://bazel.build/concepts/labels">Label</a></code>, optional, defaults to <code>None</code>.<br><br> Optional version script used during shared object linking.<br><br>Used if `emit` includes `"shared_object"`. |
| <aid="ll_library-shared_object_link_flags"></a>`shared_object_link_flags`| <code>List of strings</code>, optional, defaults to <code>[]</code>.<br><br> Flags for the linker when emitting shared objects.<br><br>Used if `emit` includes `"shared_object"`. |
99
99
| <aid="ll_library-shared_object_link_string_flags"></a>`shared_object_link_string_flags`| <code><ahref="https://bazel.build/concepts/labels">List of labels</a></code>, optional, defaults to <code>[]</code>.<br><br> Flags for the linker when emitting shared objects in the form of `string_flag`s.<br><br>See `compile_string_flags` for semantics.<br><br>Used if `emit` includes `"shared_object"`. |
100
100
| <aid="ll_library-toolchain_configuration"></a>`toolchain_configuration`| <code><ahref="https://bazel.build/concepts/labels">Label</a></code>, optional, defaults to <code>"@rules_ll//ll:current_ll_toolchain_configuration"</code>.<br><br> TODO |
101
+
| <aid="ll_library-version_script"></a>`version_script`| <code><ahref="https://bazel.build/concepts/labels">Label</a></code>, optional, defaults to <code>None</code>.<br><br> Optional version script used during shared object linking.<br><br>Used if `emit` includes `"shared_object"`. |
| <aid="ll_library-shared_object_link_flags"></a>`shared_object_link_flags`| <code>List of strings</code>, optional, defaults to <code>[]</code>.<br><br> Flags for the linker when emitting shared objects.<br><br>Used if `emit` includes `"shared_object"`. |
139
139
| <aid="ll_library-shared_object_link_string_flags"></a>`shared_object_link_string_flags`| <code><ahref="https://bazel.build/concepts/labels">List of labels</a></code>, optional, defaults to <code>[]</code>.<br><br> Flags for the linker when emitting shared objects in the form of `string_flag`s.<br><br>See `compile_string_flags` for semantics.<br><br>Used if `emit` includes `"shared_object"`. |
140
140
| <aid="ll_library-toolchain_configuration"></a>`toolchain_configuration`| <code><ahref="https://bazel.build/concepts/labels">Label</a></code>, optional, defaults to <code>"@rules_ll//ll:current_ll_toolchain_configuration"</code>.<br><br> TODO |
141
+
| <aid="ll_library-version_script"></a>`version_script`| <code><ahref="https://bazel.build/concepts/labels">Label</a></code>, optional, defaults to <code>None</code>.<br><br> Optional version script used during shared object linking.<br><br>Used if `emit` includes `"shared_object"`. |
0 commit comments