Verbose Logging

software development with some really amazing hair

T + G I F R

Articles tagged with "llvm"

Compile LLVM On Ubuntu

· Posted in Programming
I needed to compile LLVM from scratch since the llvmruby gem needs it compiled with position independent code and the repo version doesn't seem to be, the gem whines compiling, etc, etc. The docs for LLVM don't seem to be that great when it comes to compiling this stuff from scratch, so here's what I did, as one big script chunk. You can probably copy and paste this, but I make no promises that it will work, only that it Works on My Machine. And…