This is an archive of the discontinued LLVM Phabricator instance.

[libcxxabi] [cmake] Update LLVM_CMAKE_PATH following install layout change
AbandonedPublic

Authored by mgorny on Sep 28 2016, 12:21 AM.

Details

Reviewers
danalbert
EricWF
Summary

Update LLVM_CMAKE_PATH in stand-alone builds to match the new install layout used by LLVM 3.9+ where CMake files are installed into lib*/cmake/llvm rather than share/llvm/cmake.

Diff Detail

Event Timeline

mgorny updated this revision to Diff 72769.Sep 28 2016, 12:21 AM
mgorny retitled this revision from to [libcxxabi] [cmake] Update LLVM_CMAKE_PATH following install layout change.
mgorny updated this object.
mgorny added reviewers: danalbert, EricWF.
mgorny added a subscriber: cfe-commits.
mgorny abandoned this revision.Oct 3 2016, 4:28 AM

Independently fixed in rL283100.