mirror of https://github.com/bazelbuild/rules_cc
d545fa4f79
Default linker flags contains flags like -lstdc++ which should come after the user libraries. The library flags are removed from default linker flags and added to link_libs instead which comes after user libraries. See #9254 Incompatible flag bug: https://github.com/bazelbuild/bazel/issues/10905 I introduce a new method to repositories ctx that allows checking the value of a Starlark semantic option from a repository rule. RELNOTES:none PiperOrigin-RevId: 299336105 Change-Id: I81b9ee0c72e2a2252b406f1c584997389a530e40 |
||
---|---|---|
.. | ||
private | ||
BUILD | ||
action_names.bzl | ||
cc_toolchain_config_lib.bzl | ||
defs.bzl | ||
find_cc_toolchain.bzl | ||
repositories.bzl | ||
toolchain_utils.bzl | ||
version.bzl |