Some users want more freedom to customize the stack protector guard:
Sync with GCC
Let Clang Support
-mstack-protector-guard=tls/global, -mstack-protector-guard-reg=fs/gs, -mstack-protector-guard-offset=(num)
Let LLVM Support
-stack-protector-guard=tls/global, -stack-protector-guard-reg=fs/gs, -stack-protector-guard-offset=(num)
Might be nice to have comments for these members?