This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Set LLVM_PATH in the runtimes build
ClosedPublic

Authored by phosek on May 29 2019, 6:00 PM.

Details

Summary

This avoids using llvm-config for inferring various paths within the
runtimes build. We also set LLVM_INCLUDE_DIR variable that's used by
these builds and move assignment of LLVM_BINARY_DIR and LLVM_LIBRARY_DIR
to the same location for consistency.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.May 29 2019, 6:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2019, 6:00 PM
beanz accepted this revision.May 29 2019, 6:02 PM

Looks reasonable to me.

This revision is now accepted and ready to land.May 29 2019, 6:02 PM
This revision was automatically updated to reflect the committed changes.