Lines Matching +full:docs +full:- +full:llvm +full:- +full:html

1 # The LLVM Compiler Infrastructure
3 …ecards.dev/projects/github.com/llvm/llvm-project/badge)](https://securityscorecards.dev/viewer/?ur…
5llvm/llvm-project/actions/workflows/libcxx-build-and-test.yaml/badge.svg?branch=main&event=schedul…
7 Welcome to the LLVM project!
9 This repository contains the source code for LLVM, a toolkit for the
10 construction of highly optimized compilers, optimizers, and run-time
13 The LLVM project has multiple components. The core of the project is
14 itself called "LLVM". This contains all of the tools, libraries, and header
19 C-like languages use the [Clang](https://clang.llvm.org/) frontend. This
20 component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode
21 -- and from there into object files, using LLVM.
24 the [libc++ C++ standard library](https://libcxx.llvm.org),
25 the [LLD linker](https://lld.llvm.org), and more.
27 ## Getting the Source Code and Building LLVM
30 [Getting Started with LLVM](https://llvm.org/docs/GettingStarted.html#getting-the-source-code-and-b…
31 page for information on building and running LLVM.
33 For information on how to contribute to the LLVM project, please take a look at
34 the [Contributing to LLVM](https://llvm.org/docs/Contributing.html) guide.
38 Join the [LLVM Discourse forums](https://discourse.llvm.org/), [Discord
40 [LLVM Office Hours](https://llvm.org/docs/GettingInvolved.html#office-hours) or
41 [Regular sync-ups](https://llvm.org/docs/GettingInvolved.html#online-sync-ups).
43 The LLVM project has adopted a [code of conduct](https://llvm.org/docs/CodeOfConduct.html) for