This is an archive of the discontinued LLVM Phabricator instance.

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

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

Diff Detail

Repository
rL LLVM

Event Timeline

hintonda created this revision.Jan 23 2018, 9:20 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
This revision was automatically updated to reflect the committed changes.
hintonda reopened this revision.Jan 25 2018, 11:26 AM
hintonda added a reviewer: smeenai.

Reopen after rollback.

@smeenai pointed out LLVM may not be available in standalone builds

This revision is now accepted and ready to land.Jan 25 2018, 11:27 AM
hintonda changed the repository for this revision from rL LLVM to rCXXA libc++abi.Jan 25 2018, 11:36 AM
hintonda removed a subscriber: llvm-commits.
hintonda updated this revision to Diff 131528.Jan 25 2018, 5:48 PM

Only call llvm_setup_rpath() if LLVM_FOUND is true.

Closed by commit rL323495: Reland: (authored by dhinton). · Explain WhyJan 25 2018, 7:44 PM
This revision was automatically updated to reflect the committed changes.