[llvm/runtimes] Add runtimes as a dependency of clang-bootstrap-deps
authorXin-Xin Wang <get@xin-xin.me>
Tue, 17 Dec 2019 00:08:07 +0000 (16:08 -0800)
committerAlex Langford <apl@fb.com>
Tue, 17 Dec 2019 00:58:15 +0000 (16:58 -0800)
commitd6777207b4fd4868a4409cc39936156ec3aa3c50
tree4875ea2826e10210fc6f192aaec30a150ac76c2c
parente2bcc33b50f6ca8f37ce2d501b88119fc21eb783
[llvm/runtimes] Add runtimes as a dependency of clang-bootstrap-deps

Summary: With the new LLVM_ENABLE_RUNTIMES option introduced in https://reviews.llvm.org/D40233, compiler-rt can now be included as a runtime. Since compiler-rt is needed for PGO, runtimes needs to be included as a dependency of clang-bootstrap-deps when building the stage1 compiler.

Reviewers: beanz, phosek, compnerd, smeenai, plotfi, xiaobai

Reviewed By: phosek

Subscribers: smeenai, beanz, phosek, mgorny, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D71430
llvm/runtimes/CMakeLists.txt