Skip to content

Commit

Permalink
Revert "mipsel: third_party/protobuf: Disable musttail"
Browse files Browse the repository at this point in the history
This reverts commit 789120c.
  • Loading branch information
klzgrad committed Oct 7, 2024
1 parent eb1a07c commit e0adc3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/third_party/protobuf/src/google/protobuf/port_def.inc
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,12 @@
#if __has_cpp_attribute(clang::musttail) && !defined(__arm__) && \
!defined(_ARCH_PPC) && !defined(__wasm__) && \
!(defined(_MSC_VER) && defined(_M_IX86)) && \
!(defined(__NDK_MAJOR__) && __NDK_MAJOR__ <= 24) && !defined(__mips__)
!(defined(__NDK_MAJOR__) && __NDK_MAJOR__ <= 24)
# ifndef PROTO2_OPENSOURCE
// Compilation fails on ARM32: b/195943306
// Compilation fails on powerpc64le: b/187985113
// Compilation fails on X86 Windows:
// 1
// https://github.com/llvm/llvm-project/issues/53271
# endif
#define PROTOBUF_MUSTTAIL [[clang::musttail]]
#define PROTOBUF_TAILCALL true
Expand Down

0 comments on commit e0adc3c

Please sign in to comment.