Displaying 4 results from an estimated 4 matches for "the_bit_code".
2009 Mar 04
0
[LLVMdev] Nested functions
...to debug this kind of thing is to re-run by hand the line that
caused this assertion, but adding -emit-llvm to the command line.
The output will then contain LLVM bitcode. If you are lucky,
then running llc on the bitcode will give the same assertion
failure. If so, then "bugpoint --run-llc the_bit_code" should
automatically reduce a minimal testcase.
Ciao,
Duncan.
2009 Mar 04
2
[LLVMdev] Nested functions
...of thing is to re-run by hand the line that
> caused this assertion, but adding -emit-llvm to the command line.
> The output will then contain LLVM bitcode. If you are lucky,
> then running llc on the bitcode will give the same assertion
> failure. 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>
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
0
[LLVMdev] Nested functions
...of thing is to re-run by hand the line that
> caused this assertion, but adding -emit-llvm to the command line.
> The output will then contain LLVM bitcode. If you are lucky,
> then running llc on the bitcode will give the same assertion
> failure. If so, then "bugpoint --run-llc the_bit_code" should
> automatically reduce a minimal testcase.
>
> Ciao,
>
> Duncan.
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev...