af6de8b Make compiler-rt a weak dependency and add a weak dependency on libomp

Authored and Committed by tstellar 6 years ago
1 file changed. 6 lines added. 2 lines removed.
    Make compiler-rt a weak dependency and add a weak dependency on libomp
    
    compiler-rt requires clang to build libFuzzer, so making clang Require
    compiler-rt leads to a circular dependency.  compiler-rt is not
    required for most use cases of clang any way, so I think it makes more
    sense as a weak dependency.
    
        
file modified
+6 -2