Linking failure with Clang 17.0.3 on macOS #4415
Unanswered
LucienXian
asked this question in
Community Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Encountering a linking failure when building Protobuf with Clang version 17.0.3 on macOS. TLV relocation error for symbol
__ZN6google8protobuf8internal15ThreadSafeArena13thread_cache_E
.But if I remove gtest_main and compile a binary without gtest_main, protobuf can be compiled normally.
Environment
Error Message
Bazel Message
Beta Was this translation helpful? Give feedback.
All reactions