[llvm-commits] REQUIRES_FP in Makefile.rules

Nicolas Geoffray nicolas.geoffray at lip6.fr
Tue Aug 18 15:36:17 PDT 2009


Hi all,

I'd like to add a new option (REQUIRES_FP) in Makefile.rules to disable 
the fomit-frame-pointer option when building. Here's the patch attached. 
I need this because vmkit needs to walk the stack of a thread, and 
functions from llvm may be in it.

I don't know what's the policy for the Makefiles in general. Is it OK to 
apply that change?

Thanks,
Nicolas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fp.patch
Type: text/x-patch
Size: 559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090819/057093c9/attachment.bin>


More information about the llvm-commits mailing list