This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Use @rpath for ASan dylib in Makefiles
ClosedPublic

Authored by kubamracek on Nov 7 2014, 2:09 PM.

Details

Reviewers
samsonov
Summary

We already did the same for CMake build, in http://reviews.llvm.org/D6018. Let's fix the Makefiles as well.

Diff Detail

Event Timeline

kubamracek updated this revision to Diff 15938.Nov 7 2014, 2:09 PM
kubamracek retitled this revision from to [compiler-rt] Use @rpath for ASan dylib in Makefiles.
kubamracek updated this object.
kubamracek edited the test plan for this revision. (Show Details)
kubamracek added subscribers: Unknown Object (MLST), glider, samsonov.
samsonov accepted this revision.Nov 7 2014, 2:27 PM
samsonov added a reviewer: samsonov.

LGTM

This revision is now accepted and ready to land.Nov 7 2014, 2:27 PM
kubamracek closed this revision.Nov 7 2014, 2:38 PM

Landed in r221556 and r221557.