search for: venglathur

Displaying 2 results from an estimated 2 matches for "venglathur".

2007 Jan 21
1
[LLVMdev] problems with llc and hello world .
Hi , I've been giving the ARM port of LLVM a spin today and ran into this . [ramana at venglathur builddir]$ cat hello.c && llvm-gcc hello.c -c -emit-llvm -O3 -o - | llc -march=arm #include <stdio.h> int main(void) { printf ("hello world\n"); return 0; } llc: bytecode didn't read correctly. llvm and the tools is today's CVS head while llvm-gcc is llvm-gcc-4...
2007 Jan 24
2
[LLVMdev] patch - update libiberty/psignal to latest prototypes.
Hi , I needed to apply this patch to get the GCC frontend building on an FC5 x86 box . [ramana at venglathur gcc]$ svn diff Index: libiberty/strsignal.c =================================================================== --- libiberty/strsignal.c (revision 254) +++ libiberty/strsignal.c (working copy) @@ -557,8 +557,8 @@ void psignal (signo, message) - unsigned signo; - char *message; +...