[llvm] r205430 - ARM: Add support for segmented stacks

Tim Northover t.p.northover at gmail.com
Wed Apr 2 11:32:13 PDT 2014


> +    ARMConstantPoolValue *NewCPV = ARMConstantPoolSymbol::Create(
> +        MF.getFunction()->getContext(), "STACK_LIMIT", PCLabelId, 0);

I thought I'd already mentioned that this is incompatible with C.
Someone could quite easily write "int STACK_LIMIT = 42;" in a program.

Tim.



More information about the llvm-commits mailing list