Comparing GCC and Clang security features
Comparing GCC and Clang security features
Posted Sep 13, 2019 0:38 UTC (Fri) by sami (subscriber, #4163)Parent article: Comparing GCC and Clang security features
> Clang had support for shadow stacks, but problems resulted and the support has been removed
The problems were specific to x86. Clang supports shadow call stacks on arm64: https://clang.llvm.org/docs/ShadowCallStack.html