This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Handle common options in runtimes build
ClosedPublic

Authored by phosek on Jan 5 2017, 5:33 PM.

Details

Summary

All the existing runtimes relies on flags which are set by AddLLVM and HandleLLVMOptions. While these get included by each individual runtime in the standalone case, when being built as part of LLVM runtimes we need to include these in the top-level CMake file.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek updated this revision to Diff 83330.Jan 5 2017, 5:33 PM
phosek retitled this revision from to [CMake] Handle common options in runtimes build.
phosek updated this object.
phosek added a reviewer: beanz.
phosek set the repository for this revision to rL LLVM.
phosek added a subscriber: llvm-commits.
beanz accepted this revision.Jan 9 2017, 4:33 PM
beanz edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jan 9 2017, 4:33 PM
This revision was automatically updated to reflect the committed changes.