Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence ARM inline asm warning in libunwind (dotnet#38971)
The libunwind headers define unw_getcontext in the libunwind headers for ARM as inline assembly with stmia instruction storing SP and PC, which clang complains about as deprecated. However, it is required for atomic restoration of the context, so disable that warning. This change silences that warning.
- Loading branch information