This is an archive of the discontinued LLVM Phabricator instance.

[cmake] [libunwind] Call llvm_setup_rpath() when adding shared libraries.
ClosedPublic

Authored by hintonda on Jan 23 2018, 9:24 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

hintonda created this revision.Jan 23 2018, 9:24 PM
compnerd accepted this revision.Jan 24 2018, 7:49 PM
This revision is now accepted and ready to land.Jan 24 2018, 7:49 PM
hintonda updated this revision to Diff 131537.Jan 25 2018, 7:55 PM

Only call llvm_setup_rpath() if LLVM_FOUND is true.

This revision was automatically updated to reflect the committed changes.