This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Get libunwind building under LLVM/runtimes
ClosedPublic

Authored by phosek on Nov 7 2016, 12:01 PM.

Details

Summary

The new LLVM runtimes directory requires the same conventions to be
followed across the runtime projects. These changes make libunwind
build under the runtimes subdirectory.

This patch contains the following changes:

  • Rename LLVM_CONFIG to LLVM_CONFIG_PATH
  • Check if compiler supports C++11 (required by libunwind)

Diff Detail

Repository
rL LLVM

Event Timeline

phosek updated this revision to Diff 77071.Nov 7 2016, 12:01 PM
phosek retitled this revision from to [CMake] Get libunwind building under LLVM/runtimes.
phosek updated this object.
phosek added reviewers: beanz, compnerd, jroelofs.
phosek set the repository for this revision to rL LLVM.
phosek added a subscriber: llvm-commits.
beanz accepted this revision.Nov 7 2016, 4:26 PM
beanz edited edge metadata.

LGTM!

This revision is now accepted and ready to land.Nov 7 2016, 4:26 PM
This revision was automatically updated to reflect the committed changes.