Displaying 2 results from an estimated 2 matches for "testmips".
Did you mean:
testdeps
2015 Nov 02
2
beginner problem with cross compilation
...default x86. The more I
read the document the more confused I get. I see documents on
cross-compiling to ARM. But some install some gcc packages, while some use
clang. I don't know where to start and how to do it.
Is this just enough to run a command line like this:
llc -march=mips test.bc -o testmips
will the testmips file be executable for mips?
I will appreciate if anyone help me with this problem.
Thanks,
Fami
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151102/8d72d0ef/attachment.html>
2015 Feb 04
6
[LLVMdev] llvm builtins
In the following example with gcc style builtins, in once case
llvm.powi.f64 is emitted
and in the other just a call to library function powf.
~/llvm/build/Debug+Asserts/bin/clang -S -emit-llvm pow1.c
Why is that?
Is there a way to force the call to an llvm style builtin?
Tia.
Reed
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pow1.c
Type: text/x-csrc