[PATCH] D92598: [lld][test] Handle long build path

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 12 15:44:19 PST 2020


MaskRay requested changes to this revision.
MaskRay added a comment.
This revision now requires changes to proceed.

In D92598#2433322 <https://reviews.llvm.org/D92598#2433322>, @thopre wrote:

> Sorry, the -soname approach did not solve it on our systems (actually we now have debug build all failing) because it adds a DT_SONAME entry on top of the DT_NEEDED which still contain a full path. How about using -l instead?

You used it wrongly. You should use something like `--soname=t` instead of `--soname=%t` (%t will expand to the absolute path).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92598



More information about the llvm-commits mailing list