2
0
Fork 0
mirror of https://github.com/bazelbuild/rules_cc synced 2024-11-28 21:34:00 +00:00
rules_cc/examples
Googler c2b692b4e4 Adds integration test for cc_shared_library.
We use BUILD example added in previous CL and inspect the resulting *.so files with nm.

Also fixes implementation of shared library to work with Bazel after having flipped the legacy whole archive flag. This caused exported libraries to be dropped by the linker unless they were alwayslink.

Still more tests to come.

RELNOTES:none
PiperOrigin-RevId: 280640226
Change-Id: I34b48ce7379536352f87b703580083eb85ca67b3
2019-11-15 05:36:47 -08:00
..
my_c_archive Fix buildifier warnings in @rules_cc 2019-10-24 07:01:25 -07:00
my_c_compile Fix buildifier warnings in @rules_cc 2019-10-24 07:01:25 -07:00
test_cc_shared_library Adds integration test for cc_shared_library. 2019-11-15 05:36:47 -08:00
write_cc_toolchain_cpu C++: Move tools/cpp from bazel_tools to rules_cc 2019-08-21 07:30:04 -07:00
BUILD Add examples on how to integrate with rules_cc 2019-02-14 13:22:51 +01:00
experimental_cc_shared_library.bzl Adds integration test for cc_shared_library. 2019-11-15 05:36:47 -08:00