[llvm-commits] [llvm] r59202 - in /llvm/trunk: include/llvm/Attributes.h include/llvm/CodeGen/Passes.h lib/AsmParser/LLLexer.cpp lib/AsmParser/llvmAsmParser.y lib/CodeGen/LLVMTargetMachine.cpp lib/CodeGen/StackProtector.cpp lib/VMCore/Attributes.cpp

Bill Wendling isanbard at gmail.com
Thu Nov 13 01:33:01 PST 2008


On Nov 13, 2008, at 12:48 AM, Duncan Sands wrote:

> Hi Bill,
>
>> Implement stack protectors as function attributes: "ssp" and  
>> "sspreq".
>
> if a sspreq function is inlined into a function without either of  
> these
> attributes, then you won't get stack protection on the inlined code,  
> right?
>
That's correct. The attribute doesn't transfer during inlining. That  
might change in the future, though.

-bw



More information about the llvm-commits mailing list