root/trunk/llvm-2.7/prebuild.sh
| Revision 340, 187 bytes (checked in by mwarning, 2 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | g++ llvm/Ext.cpp -c `llvm-config --cxxflags` |
| 4 | g++ llvm/Target.cpp -c `llvm-config --cxxflags` |
| 5 | |
| 6 | rm -f libllvm-c-ext.a |
| 7 | ar rc libllvm-c-ext.a Ext.o Target.o |
| 8 | ranlib libllvm-c-ext.a |
Note: See TracBrowser for help on using the browser.
