Skip to content
Commit d63bbadb authored by Bill Wendling's avatar Bill Wendling
Browse files

Add stack protector support to clang. This generates the 'ssp' and 'sspreq'

function attributes. There are predefined macros that are defined when stack
protectors are used: __SSP__=1 with -fstack-protector and __SSP_ALL__=2 with
-fstack-protector-all.

llvm-svn: 74405
parent bd956c42
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment