Go to file
Tom Stellard acf22be74c Build libLLVM.so first to avoid OOM errors
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.
2019-10-01 15:12:05 +00:00
tests Pull llvm-devel-cmake tests from tests/llvm 2019-09-25 02:29:57 +00:00
.gitignore 9.0.0 Release 2019-09-20 14:23:01 +00:00
0001-CMake-Split-static-library-exports-into-their-own-ex.patch Fix patch for splitting out static library exports 2019-09-06 18:06:28 +00:00
0001-CMake-Split-test-binary-exports-into-their-own-expor.patch Split out test executables into their own export file 2019-09-11 20:05:31 +00:00
0001-Filter-out-cxxflags-not-supported-by-clang.patch Fix patch for splitting out static library exports 2019-09-06 18:06:28 +00:00
0001-Pass-target-to-gold-linker-to-avoid-faliures-on-i686.patch 9.0.0-rc3 Release 2019-08-30 19:15:46 +00:00
gating.yaml Enable gating tests 2019-04-26 17:10:59 +00:00
lit.fedora.cfg.py llvm-test fixes 2019-03-26 13:06:13 +00:00
llvm-Config-config.h Update to 2.9 2011-08-01 18:50:42 +02:00
llvm-Config-llvm-config.h Update to 2.9 2011-08-01 18:50:42 +02:00
llvm.spec Build libLLVM.so first to avoid OOM errors 2019-10-01 15:12:05 +00:00
run-lit-tests llvm-test fixes 2019-03-26 13:06:13 +00:00
sources 9.0.0 Release 2019-09-20 14:23:01 +00:00