Displaying 3 results from an estimated 3 matches for "sikanda".
2008 Nov 18
1
[LLVMdev] llc: for the -march option: : Cannot find option named 'c'!
Is any specific configuration needed to use the -march=c option to llc? I
am getting an error:
$ llc -march=c hello.bc
llc: for the -march option: : Cannot find option named 'c'!
$ llc --version
Low Level Virtual Machine (http://llvm.org/):
llvm version 2.4
Optimized build with assertions.
I have used configure --enable-targets=host-only. I tried
--enable-targets=x86_64,c but
2008 Nov 18
1
[LLVMdev] llvm-gcc compilation error: BUILT_IN_ADJUST_TRAMPOLINE undeclared
You're right, thanks. However, now I ran into the next problem. This
seems to be related to the fact that I have a 64-bit machine?
$ ../../src/llvm-gcc/configure --prefix=/home/johan/llvm
--program-prefix=llvm- --enable-llvm=/home/johan/llvm/obj/llvm
--enable-languages=c,c++
...
$ gmake
...
/home/johan/llvm/obj/llvm-gcc/./gcc/xgcc
-B/home/johan/llvm/obj/llvm-gcc/./gcc/
2008 Nov 18
5
[LLVMdev] llvm-gcc compilation error: BUILT_IN_ADJUST_TRAMPOLINE undeclared
llvm-gcc 2.4 doesn't seem to compile; what is wrong?
This is my first attempt to compile llvm-gcc.
The llvm core compiled without problems.
$ uname -a
Linux ygramoel 2.6.26.5-45.fc9.x86_64 #1 SMP Sat Sep 20 03:23:12 EDT 2008
x86_64 x86_64 x86_64 GNU/Linux
$ gcc -v
...
gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC)
$ svn co