68eed61 Recommend the same version of compiler-rt

Authored and Committed by tstellar 5 years ago
1 file changed. 5 lines added. 2 lines removed.
    Recommend the same version of compiler-rt
    
    When clang searches for the compiler-rt libraries, it constructs
    the search path using the clang version.  If the clang and compiler-rt
    versions don't match, then clang can't find the libraries.
    
        
file modified
+5 -2