[PATCH] D57303: [ToolChains] [NetBSD] Append -rpath for shared compiler-rt runtimes

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 27 19:34:16 PST 2019


mgorny added a comment.

Given that this path changes with every clang release, so you're effectively making a hard dependency on the clang version used to build the program, I dare say some systems may either decide not to support shared runtimes at all or use `ld.so.conf` or equivalent that can be dynamically changed.


Repository:
  rC Clang

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

https://reviews.llvm.org/D57303





More information about the cfe-commits mailing list