You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…SL_DEHCK*()
Recent protoc generates files that use ABSL_DCHECK*(). At least
3.21.12 doesn't use ABSL_DCHECK*() and 23.4 uses ABSL_DCHECK*().
If ABSL_DCHECK*() are used, we need to link to
absl::log_internal_check_op.
…ECK*() (#37117)
### Rationale for this change
Recent protoc generates files that use ABSL_DCHECK*(). At least 3.21.12 doesn't use ABSL_DCHECK*() and 23.4 uses ABSL_DCHECK*().
If ABSL_DCHECK*() are used, we need to link to absl::log_internal_check_op.
### What changes are included in this PR?
Link to absl::log_internal_check_op if possible.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* Closes: #37116
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
…SL_DCHECK*() (apache#37117)
### Rationale for this change
Recent protoc generates files that use ABSL_DCHECK*(). At least 3.21.12 doesn't use ABSL_DCHECK*() and 23.4 uses ABSL_DCHECK*().
If ABSL_DCHECK*() are used, we need to link to absl::log_internal_check_op.
### What changes are included in this PR?
Link to absl::log_internal_check_op if possible.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* Closes: apache#37116
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Describe the bug, including details regarding any error messages, version, and platform.
This may be related to Abseil/Protobuf version. Both of them are installed by Homebrew in this case.
Component(s)
C++
The text was updated successfully, but these errors were encountered: