[PATCH] D30700: [Driver] Always add arch-specific-subdir to -rpath

Jonas Hahnfeld via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 8 04:31:56 PST 2017


Hahnfeld added a comment.

No build system will ever set `-frtlib-add-rpath` to enable this "feature". I'm for keeping this opt-out until we have configuration files to set this by default. Making it opt-in would weaken its main reason of existence: Not to break simple binaries for the user, and we can just drop it.


https://reviews.llvm.org/D30700





More information about the cfe-commits mailing list