Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update abseil-cpp to fix build with newer Clang
This fixes a build error in newer Clang caused by a feature=layering_check violation: ``` In file included from external/com_google_absl/absl/debugging/stacktrace.cc:46: external/com_google_absl/absl/debugging/internal/stacktrace_x86-inl.inc:38:10: error: module @com_google_absl//absl/debugging:stacktrace does not depend on a module exporting 'absl/base/internal/raw_logging.h' ^ 1 error generated. ```
- Loading branch information