JonChesterfield added a comment.

Using LIBRARY_PATH to find the bitcode is a reasonable interpretation of 
LIBRARY_PATH but it's a disaster in terms of using clang on a system that has 
LIBRARY_PATH pointing at some other version of clang. Rpath will be ignored by 
the bitcode lib handling.

How does this break under standalone? It uses the same config.variable that is 
used for LIBRARY_PATH at the moment, so it looks in exactly the same place as 
before this patch


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109061/new/

https://reviews.llvm.org/D109061

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

Reply via email to