Commits


Sutou Kouhei authored and GitHub committed e51f442a708
GH-37116: [C++][ORC] Link to absl::log_internal_check_op for ABSL_DCHECK*() (#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>