tstellar / rpms / clang

Forked from rpms/clang 6 years ago
Clone

407fbaf Workaround linker error: memory exhausted

Authored and Committed by kkleine 2 years ago
1 file changed. 1 lines added. 1 lines removed.
    Workaround linker error: memory exhausted
    
    By disabling LTO for `%ix86` architecture.
    
    This is the error:
    
    ```
    /usr/bin/ld: /tmp/lto-llvm-a7a7f6.o: error adding symbols: memory
    exhausted
    ```
    
        
file modified
+1 -1