Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compilation for older GCC and Clang versions.
Not everything defining __GNUC__ supports flag outputs from asm statements; in particular, some Clang versions on macOS does not. The correct test per the GCC documentation is __GCC_ASM_FLAG_OUTPUTS__, so use that instead. PiperOrigin-RevId: 423749308
- Loading branch information