Commit Graph

25 Commits

Author SHA1 Message Date
Priyansh Singh d356cdcf31 Fix grammar and punctuation across several docs; NFC 2022-04-07 07:11:11 -04:00
Priyansh Singh 1cb299165c Fixed minor documentation issues
Fixed whitespace and punctuation issues, added a name to a link, and
fixed a typo.
2022-03-31 07:37:45 -04:00
Heiko Thiel bb50d47a40 [README] Add hint, how to use automatically the optimal number of CPU cores 2022-03-07 12:07:11 +01:00
Louis Dionne 4ae83bb2b1 Update all LLVM documentation mentioning runtimes in LLVM_ENABLE_PROJECTS
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
2022-02-10 15:05:23 -05:00
Sylvestre Ledru ed76de7d9e README: Point to the discourse & discord forums
Differential Revision: https://reviews.llvm.org/D119279
2022-02-08 22:41:18 +01:00
David Blaikie db0486c46f Remove unused parallel-libs project
Differential Revision: https://reviews.llvm.org/D112265
2021-10-21 14:34:39 -07:00
Michael Forster 02c018394e (test commit) Fix capitalization in README.md
This commit primarily checks that my newly acquired commit access works.
But this is also a real spelling fix.
2021-10-06 05:34:31 +02:00
OGINO Masanori 17a26f5851 [NFC] Update the list of subprojects in docs.
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
2021-09-21 17:27:13 +02:00
James Henderson 1364750dad [RFC][debuginfo-test] Rename debug-info lit tests for general purposes
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
2021-06-28 11:31:40 +01:00
Paul Robinson 47a11a97d0 Fix grammar in README.md 2021-05-12 08:48:59 -07:00
Ebrahim Byagowi 8eda10ca09 [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@gnu.org>

Differential-Revision: https://reviews.llvm.org/D95049
2021-02-16 14:47:06 -06:00
TaWeiTu aa07357c79 Revert "This is a test commit"
This reverts commit cbe0ee1a94.
2020-10-21 09:34:15 +08:00
TaWeiTu cbe0ee1a94 This is a test commit 2020-10-21 09:33:53 +08:00
Artur Bialas 5a733468e0 Revert "This is a test commit"
This reverts commit 9d54b166c2.
2020-09-18 08:43:53 +02:00
Artur Bialas 9d54b166c2 This is a test commit 2020-09-18 08:43:18 +02:00
Ronak Chauhan 37e54ffa50 Revert 'This is a test commit - ded57e1a06 2020-06-18 01:03:42 +05:30
Ronak Chauhan ded57e1a06 This is a test commit 2020-06-18 01:01:38 +05:30
Rahman Lavaee 61d39b627a Revert "This is a test commit."
This reverts commit ab31797e16.
2020-04-11 15:55:07 -07:00
Rahman Lavaee ab31797e16 This is a test commit. 2020-04-11 15:19:46 -07:00
Austin Conlon 59dd6250d0 Add missing hyphens 2020-04-08 08:21:53 +02:00
Evandro Menezes 905ccf8b2f [README] Add note on using cmake to perform the build
Also, some spelling fixes.  Test commit.
2020-02-12 14:51:24 -06:00
Florian Hahn effcdc3a82 Add contributing info to CONTRIBUTING.md and README.md
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
2019-12-02 15:47:15 +00:00
Meike Baumgärtner da6384fbb9
Add beginning of LLVM's GettingStarted to GitHub readme
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.
2019-10-23 18:03:37 -07:00
Greg Bedwell 0dc6249ada Update the project name in README.md
Per llvm.org: "The name "LLVM" itself is not an acronym; it is the full
name of the project."

llvm-svn: 344766
2018-10-19 00:03:01 +00:00
James Y Knight ec937b9108 Add an svn project to contain the files that appear at the root of the
monorepo.

llvm-svn: 316185
2017-10-19 21:09:49 +00:00