[llvm-commits] [llvm] r141365 - in /llvm/trunk: lib/Target/ARM/ARMISelDAGToDAG.cpp lib/Target/ARM/ARMISelLowering.cpp lib/Target/ARM/ARMInstrInfo.td lib/Target/ARM/ARMInstrThumb2.td test/CodeGen/ARM/iabs.ll test/CodeGen/Thumb/iabs.ll

Eli Friedman eli.friedman at gmail.com
Fri Oct 7 14:44:43 PDT 2011


On Fri, Oct 7, 2011 at 2:39 PM, Ana Pazos <apazos at codeaurora.org> wrote:
> Hi Anton and Eric,
>
> I tried to reproduce the issue with the latest LLVM code and compile-rt
> tests.
>
> The file floatsidf.c compiled fine.
>
> This is command line I used:
> clang -c -ccc-host-triple armv6-none-linux-gnueabi -mfloat-abi=softfp
> -integrated-as -O3 -o floatsidf.o floatsidf.c
>
> What is your command line? Did you set any other flags?

Try adding -mthumb.

-Eli



More information about the llvm-commits mailing list