Add option -mstack-protector-guard-symbol=symbol to
use the given symbol for addressing the stack-protector guard
via https://lore.kernel.org/lkml/c0ff7dba14041c7e5d1cae5d4df052f03759bef3.1613243844.git.luto@kernel.org/, the Linux kernel is looking to use the flags:
-mstack-protector-guard-symbol=__stack_chk_guard
If this is based on other code in clang like somewhere in the lexer, consider adding a comment that this is a similar implementation to that method, we just need it earlier in the driver to verify symbolic command line options.