Displaying 2 results from an estimated 2 matches for "gcc_install_x86".
2002 Oct 10
0
[LLVMdev] C Frontend updated
...appropriate (plus other changes).
If you are seeing stuff break, make sure you update your LLVM tree, and
make sure your llvmgcc alias is pointing to the right place (on the
research machines, the right location is:
/home/vadve/lattner/cvs/gcc_install_sparc/bin/llvm-gcc
/home/vadve/lattner/cvs/gcc_install_x86/bin/llvm-gcc
not
/home/vadve/lattner/cvs/gcc_install/bin/*
If you have problems after making these changes, please let me know.
-Chris
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/
2002 Sep 19
0
[LLVMdev] C front-end news
Here are a few bits of news about the C frontend:
1. I have ported it to compile and run under linux. On our research
machines, it is available here:
/home/vadve/lattner/cvs/gcc_install_x86
Note that this C compiler will still generate "64-bit" LLVM files, thus
the code will probably not work right if run through the C backend,
then compiled on x86. For middle-end work (optimizers) this shouldn't
matter too much. I did some VERY brief touch testing of LLI...