[PATCH] D43751: [cmake] Append -Wl, -rpath-link conditionally to GNULD

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 7 18:26:26 PST 2018


krytarowski added a comment.

ld(1) might accept -z origin, but why do we want it for other OSes? I don't see it used in the NetBSD dynamic ELF loader. `DF_ORIGIN` is just defined but not used by anything.


Repository:
  rL LLVM

https://reviews.llvm.org/D43751





More information about the llvm-commits mailing list