tstellar / rpms / llvm

Forked from rpms/llvm 5 years ago
Clone

f0b94fc Disable rpath on install LLVM and related sub-projects

Authored and Committed by tstellar 5 years ago
    Disable rpath on install LLVM and related sub-projects
    
    Rather than using chrpath, we can just modify LLVM's cmake code to
    not set rpath when installing.  Other llvm sub-projects like
    clang, lld, lldb, etc. use this same cmake code so disbaling rpath
    here will disable it for all projects.
    
        
file modified
+5 -9