- Mar 08, 2023
-
-
Arthur Eubanks authored
Funnel fetching and building LLVM instructions into GettingStarted. Modernize the build steps a little. Remove comments saying CMAKE_BUILD_TYPE defaults to Debug as that's not true anymore (must explicitly pass it). Reviewed By: MaskRay, hans Differential Revision: https://reviews.llvm.org/D145413
-
- Apr 07, 2022
-
-
Priyansh Singh authored
-
- Mar 31, 2022
-
-
Priyansh Singh authored
Fixed whitespace and punctuation issues, added a name to a link, and fixed a typo.
-
- Mar 07, 2022
-
-
Heiko Thiel authored
-
- Feb 10, 2022
-
-
Louis Dionne authored
We are moving away from building the runtimes with LLVM_ENABLE_PROJECTS, however the documentation was largely outdated. This commit updates all the documentation I could find to use LLVM_ENABLE_RUNTIMES instead of LLVM_ENABLE_PROJECTS for building runtimes. Note that in the near future, libcxx, libcxxabi and libunwind will stop supporting being built with LLVM_ENABLE_PROJECTS altogether. I don't know what the plans are for other runtimes like libc, openmp and compiler-rt, so I didn't make any changes to the documentation that would imply something for those projects. Once this lands, I will also cherry-pick this on the release/14.x branch to make sure that LLVM's documentation is up-to-date and reflects what we intend to support in the future. Differential Revision: https://reviews.llvm.org/D119351
-
- Feb 08, 2022
-
-
Sylvestre Ledru authored
Differential Revision: https://reviews.llvm.org/D119279
-
- Oct 21, 2021
-
-
David Blaikie authored
Differential Revision: https://reviews.llvm.org/D112265
-
- Oct 06, 2021
-
-
Michael Forster authored
This commit primarily checks that my newly acquired commit access works. But this is also a real spelling fix.
-
- Sep 21, 2021
-
-
OGINO Masanori authored
The updated list is based on the output of cmake -G Ninja -S llvm -B build -DLLVM_ENABLE_PROJECTS='foo'. Differential Revision: https://reviews.llvm.org/D110124
-
- Jun 28, 2021
-
-
James Henderson authored
Discussion thread: https://lists.llvm.org/pipermail/llvm-dev/2021-January/148048.html Move debuginfo-test into a subdirectory of a new top-level directory, called cross-project-tests. The new name replaces "debuginfo-test" as an LLVM project enabled via LLVM_ENABLE_PROJECTS. Differential Revision: https://reviews.llvm.org/D95339 Reviewed by: aprantl
-
- May 12, 2021
-
-
Paul Robinson authored
-
- Feb 16, 2021
-
-
Ebrahim Byagowi authored
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@gnu.org> Differential-Revision: https://reviews.llvm.org/D95049
-
- Oct 21, 2020
-
-
TaWeiTu authored
- Sep 18, 2020
-
-
Artur Bialas authored
This reverts commit 9d54b166.
-
Artur Bialas authored
-
- Jun 17, 2020
-
-
Ronak Chauhan authored
-
Ronak Chauhan authored
-
- Apr 12, 2020
-
-
Rahman Lavaee authored
This reverts commit ab31797e.
-
Rahman Lavaee authored
-
- Apr 08, 2020
-
-
Austin Conlon authored
-
- Feb 12, 2020
-
-
Evandro Menezes authored
Also, some spelling fixes. Test commit.
-
- Dec 02, 2019
-
-
Florian Hahn authored
As discussed on llvm-dev [1], this patch adds a brief CONTRIBUTING.md to the top-level of the repo, with a pointer to Contributing.html. This should make it easier to discover the contributing information and also be highlighted in the Github UI. It also updates README.md to link to Contributing.html. [1] http://lists.llvm.org/pipermail/llvm-dev/2019-November/137141.html Reviewers: tonic, rnk, jhenderson, meikeb Reviewed By: rnk, jhenderson, meikeb Differential Revision: https://reviews.llvm.org/D70743
-
- Oct 24, 2019
-
-
Meike Baumgärtner authored
Reviewed and approved by chandlerc. As GitHub is the canonical LLVM repository now, embrace GitHub's way of displaying basic build instructions in the top-level readme.md.
-
- Oct 19, 2018
-
-
Greg Bedwell authored
Per llvm.org: "The name "LLVM" itself is not an acronym; it is the full name of the project." llvm-svn: 344766
-
- Oct 19, 2017
-
-
James Y Knight authored
monorepo. llvm-svn: 316185
-