diff options
author | Abseil Team <absl-team@google.com> | 2022-09-07 13:11:27 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-09-07 13:12:14 -0700 |
commit | f753eb27d03c9900aa65c4568c0420334cd28aab (patch) | |
tree | 8e2cce88f2b1be3fac04f125d569f6599f735b93 /absl/time | |
parent | ea9c8ff5789bd3ff3ae842903f198700e4e1a11f (diff) |
Add a missing dependency on :raw_logging_internal
internal/stacktrace_x86-inl.inc includes internal/raw_logging.h and therefore needs
a direct dependency to satisfy Bazel layering_check (Clang -fmodules-strict-decluse).
Clang before https://reviews.llvm.org/D132779 does not report the issue becasue:
* internal/stacktrace_x86-inl.inc is an .inc file and is not checked as a main file
* internal/stacktrace_x86-inl.inc is a textual header and older Clang incorrectly
considers there is no requesting module and suppresses the error.
PiperOrigin-RevId: 472795469
Change-Id: Ia4ad667ea80b2590cef1adfd22af025c8df826ac
Diffstat (limited to 'absl/time')
0 files changed, 0 insertions, 0 deletions