rnk added a comment.

Can you add a flag pair to control the insertion of rpath into the final 
binary? As things are currently, clang is basically leaking paths from the 
machine doing the linking into the final binary, which often will not run on 
the same machine. I was thinking `-f[no-]compiler-rt-rpath` or something, but 
openmp is not part of compiler-rt. Name recommendations welcome. We might also 
want to reconsider the default setting.


https://reviews.llvm.org/D30700



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to