The Low Level Virtual Machine
Linking libLLVM.so takes a lot of memory and often causes OOM errors on builders with low memory:cpu ratios.. By building libLLVM.so first, we can ensure that when libLLVM.so is being linked, there are no other build threads running which reduces the chances of an OOM error. |
||
|---|---|---|
| tests | ||
| .gitignore | ||
| 0001-CMake-Split-static-library-exports-into-their-own-ex.patch | ||
| 0001-CMake-Split-test-binary-exports-into-their-own-expor.patch | ||
| 0001-Filter-out-cxxflags-not-supported-by-clang.patch | ||
| 0001-Pass-target-to-gold-linker-to-avoid-faliures-on-i686.patch | ||
| gating.yaml | ||
| lit.fedora.cfg.py | ||
| llvm-Config-config.h | ||
| llvm-Config-llvm-config.h | ||
| llvm.spec | ||
| run-lit-tests | ||
| sources | ||