[all-commits] [llvm/llvm-project] 8eda10: [doc] Use cmake's -S option to simplify the build ...
ebraminio via All-commits
all-commits at lists.llvm.org
Tue Feb 16 12:47:30 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8eda10ca09c25f631d41f040137c89145bdcbc1a
https://github.com/llvm/llvm-project/commit/8eda10ca09c25f631d41f040137c89145bdcbc1a
Author: Ebrahim Byagowi <ebrahim at gnu.org>
Date: 2021-02-16 (Tue, 16 Feb 2021)
Changed paths:
M README.md
Log Message:
-----------
[doc] Use cmake's -S option to simplify the build instructions
Now that llvm's minimum version is 3.13.4 anyway and `-S` is
introduced in the same version[1], let's use this little
time saving option to simplify the build instructions.
[1]: https://cgold.readthedocs.io/en/latest/glossary/-S.html
Authored-By: Ebrahim Byagowi <ebrahim at gnu.org>
Differential-Revision: https://reviews.llvm.org/D95049
More information about the All-commits
mailing list