Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 468a36b22f0ac61b1f4def70ebbb98949def161d https://github.com/tianocore/edk2/commit/468a36b22f0ac61b1f4def70ebbb98949def161d Author: Ard Biesheuvel <a...@kernel.org> Date: 2024-08-31 (Sat, 31 Aug 2024)
Changed paths: M CryptoPkg/Library/OpensslLib/OpensslLibAccel.inf M CryptoPkg/Library/OpensslLib/OpensslLibFullAccel.inf Log Message: ----------- CryptoPkg/OpensslLib CLANGDWARF: Use gnu99 C dialect for asm() support 'asm' is not a keyword in C99, but GCC supports it nonetheless as a GNU extension. So when using Clang, we must specify the gnu99 dialect explicitly, or inline asm blocks using asm() rather than __asm__() will be rejected by the compiler. Signed-off-by: Ard Biesheuvel <a...@kernel.org> To unsubscribe from these emails, change your notification settings at https://github.com/tianocore/edk2/settings/notifications _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits