[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

Duncan Sands duncan.sands at math.u-psud.fr
Thu Nov 13 00:48:14 PST 2008


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?

Ciao,

Duncan.



More information about the llvm-commits mailing list