diff options
author | Abseil Team <absl-team@google.com> | 2021-09-20 13:35:36 -0700 |
---|---|---|
committer | Andy Getz <durandal@google.com> | 2021-09-20 18:35:23 -0400 |
commit | 29f8307d8e629e989bf26a84ab1a49a0738a5470 (patch) | |
tree | 03bfcefb121ad943cb6d89134e8696859c966fb9 /absl/profiling | |
parent | de71511109d967000e68baedb75de104adb2b778 (diff) |
Export of internal Abseil changes
--
d56207f5535c3aad1624e33d20777ea6e66f51a7 by Abseil Team <absl-team@google.com>:
Internal change
PiperOrigin-RevId: 397830482
--
7f7ff3e88e0d3cd61d63da477b2a08e61a1aeea2 by Evan Brown <ezb@google.com>:
Update implementation details comment in raw_hash_set to include information about the heap allocation's layout.
PiperOrigin-RevId: 397786239
--
fde783b12a79ae8d587d1027bc8736dff6844897 by Abseil Team <absl-team@google.com>:
Add comments on #endif to make nesting clearer
PiperOrigin-RevId: 397684219
GitOrigin-RevId: d56207f5535c3aad1624e33d20777ea6e66f51a7
Change-Id: I43dc2b5c982f1ef2b21f82b6133c49c428baf223
Diffstat (limited to 'absl/profiling')
-rw-r--r-- | absl/profiling/BUILD.bazel | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/absl/profiling/BUILD.bazel b/absl/profiling/BUILD.bazel index 5f3a1030..ba4811b3 100644 --- a/absl/profiling/BUILD.bazel +++ b/absl/profiling/BUILD.bazel @@ -27,7 +27,9 @@ cc_library( hdrs = ["internal/sample_recorder.h"], copts = ABSL_DEFAULT_COPTS, linkopts = ABSL_DEFAULT_LINKOPTS, - visibility = ["//absl:__subpackages__"], + visibility = [ + "//absl:__subpackages__", + ], deps = [ "//absl/base:config", "//absl/base:core_headers", |