root/trunk/llvm-2.6/prebuild.sh
| Revision 340, 263 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-opt.cpp -c `llvm-config --cxxflags` |
| 5 | g++ llvm-typemonitor.cpp -c `llvm-config --cxxflags` |
| 6 | |
| 7 | rm -f libllvm-c-ext.a |
| 8 | ar rc libllvm-c-ext.a llvm-ext.o llvm-opt.o llvm-typemonitor.o |
| 9 | ranlib libllvm-c-ext.a |
Note: See TracBrowser for help on using the browser.
