mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
a847c4e14a
Summary: The existing logic has a workaround where configure_file is used to write a single dummy file output many times. CMake has a feature to more directly add the dependency and avoid the dummy file (it is available in the minimum version specified). Reviewers: theraven Reviewed By: theraven Subscribers: theraven, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D80218 |
||
---|---|---|
.. | ||
llvmbuild | ||
llvm-build | ||
README.txt |
============================== llvm-build - LLVM Build Tool ============================== `llvm-build` is a tool for helping build the LLVM project.