tstellar / rpms / llvm

Forked from rpms/llvm 5 years ago
Clone

acf22be Build libLLVM.so first to avoid OOM errors

Authored and Committed by tstellar 4 years ago
1 file changed. 10 lines added. 3 lines removed.
    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.
    
        
file modified
+10 -3