[all-commits] [llvm/llvm-project] d67772: [llvm/runtimes] Add runtimes as a dependency of cl...
Xin-Xin Wang via All-commits
all-commits at lists.llvm.org
Mon Dec 16 16:59:45 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d6777207b4fd4868a4409cc39936156ec3aa3c50
https://github.com/llvm/llvm-project/commit/d6777207b4fd4868a4409cc39936156ec3aa3c50
Author: Xin-Xin Wang <get at xin-xin.me>
Date: 2019-12-16 (Mon, 16 Dec 2019)
Changed paths:
M llvm/runtimes/CMakeLists.txt
Log Message:
-----------
[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
More information about the All-commits
mailing list