In order to apply the stack protector correctly to the compile options, we need to make sure to use the same config name everywhere. `LIBC_CONF_ENABLE_STACK_PROTECTOR` seems to be outdated and all other places specify `LIBC_CONF_ENABLE_STRONG_STACK_PROTECTOR` and it should therefore be updated here as well.
LLVM libc ========= This directory and its subdirectories contain source code for llvm-libc, a retargetable implementation of the C standard library. LLVM is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.