Displaying 3 results from an estimated 3 matches for "062f9e81".
2009 Mar 04
0
[LLVMdev] Nested functions
Hi Bharadwaj,
> I get the following error during compilation using the LLVM cross-compiler
> (x86_64->arm).
>
> error: nested functions are disabled, use -fnested-functions to re-enable
yes, nested functions are disabled by default in llvm-gcc (not sure why -
maybe a historical hang over from the days when they were not supported?).
> With -fnested-functions switch, I get the
2009 Mar 04
2
[LLVMdev] Nested functions
I get the following error during compilation using the LLVM cross-compiler
(x86_64->arm).
error: nested functions are disabled, use -fnested-functions to re-enable
With -fnested-functions switch, I get the following error:
<llvm-src-dir>/llvm/lib/Target/ARM/ARMISelLowering.cpp:1439: virtual
llvm::SDValue llvm::ARMTargetLowering::LowerOperation(llvm::SDValue,
llvm::SelectionDAG&):
2009 Mar 04
2
[LLVMdev] Nested functions
...ure. If so, then "bugpoint --run-llc the_bit_code" should
> automatically reduce a minimal testcase.
>
> Ciao,
>
> Duncan.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090304/062f9e81/attachment.html>