summaryrefslogtreecommitdiff
path: root/strata/llvm-common
Commit message (Collapse)AuthorAgeFilesLines
* llvm.morph: Compile the default options with some exceptionsbaserock/jjardon/llvm_33Javier Jardón2014-10-061-3/+3
| | | | | | | | | | --disable-assertions: those checks are not needed in production systems --enable-optimized: it will help compiling on ARM --enable-shared: mesa recommends llvm to be compiled in this way --enable-targets=host: Only build for the host architecture See http://llvm.org/docs/GettingStarted.html#local-llvm-configuration and http://llvm.org/docs/HowToBuildOnARM.html
* Move llvm to its own stratumJavier Jardón2014-10-061-0/+8
llvm is a bif piece of software that take long time to build With this move we will only build it when its really necessary