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.