rules_cc/examples
Googler 818289e561 Add flags to cc_shared_library for easier debugging
--//examples:incompatible_link_once=False[default = False]
When True, it will be an error to link the same library more than once
unless it has the tag LINKABLE_MORE_THAN_ONCE

--//examples:experimental_debug=True[default = False]
When True, it will generate files listing the exports of each cc_shared_library
and which libraries are linked to it statically.

RELNOTES:none
PiperOrigin-RevId: 311323625
Change-Id: I340cc71965650f7c9dd7ef7fb9656da362021527
2020-05-13 07:24:06 -07:00
..
my_c_archive Remove need for exported_by or linked_statically_by 2020-02-12 08:01:50 -08:00
my_c_compile Stop using the deprecated items parameter. See https://github.com/bazelbuild/bazel/issues/9017 for details 2020-03-30 15:16:33 +02:00
test_cc_shared_library Change cc_shared_library exports logic. 2020-05-08 06:35:54 -07:00
test_cc_shared_library2 Change cc_shared_library exports logic. 2020-05-08 06:35:54 -07:00
test_cc_shared_library3 Change cc_shared_library exports logic. 2020-05-08 06:35:54 -07:00
write_cc_toolchain_cpu Remove need for exported_by or linked_statically_by 2020-02-12 08:01:50 -08:00
BUILD Add flags to cc_shared_library for easier debugging 2020-05-13 07:24:06 -07:00
experimental_cc_shared_library.bzl Add flags to cc_shared_library for easier debugging 2020-05-13 07:24:06 -07:00