diff options
author | Derek Mauro <761129+derekmauro@users.noreply.github.com> | 2020-10-21 08:32:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-21 08:32:42 -0400 |
commit | 0f3bb466b868b523cf1dc9b2aaaed65c77b28862 (patch) | |
tree | 95f26649eedcadc58d3cadf37604e602b131f952 /absl/flags | |
parent | bd0de71e754eb3280094e89c7ac35a14dac6d61c (diff) |
Cherry-picks for LTS 2020_09_23 Patch Release 220200923.2
* Fixes preprocessor condition for symbols __tsan_mutex_read_lock and
__tsan_mutex_try_lock
* Fixes race in AddressIsReadable file descriptors using stronger memory ordering
* Fixes CMake dependency issues and adds `-Wl,--no-undefined` to avoid
these issues in the future.
Diffstat (limited to 'absl/flags')
-rw-r--r-- | absl/flags/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/flags/CMakeLists.txt b/absl/flags/CMakeLists.txt index 28bd5a85..88551914 100644 --- a/absl/flags/CMakeLists.txt +++ b/absl/flags/CMakeLists.txt @@ -183,6 +183,7 @@ absl_cc_library( DEPS absl::base absl::config + absl::flags_commandlineflag absl::flags_commandlineflag_internal absl::flags_config absl::flags_marshalling |