LLVM: Difference between revisions
(Created page with "category:Glossary category:Public") |
m (Ralph moved page LLVM toolchain to LLVM) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines. The name "LLVM" itself is not an acronym; it is the full name of the project. | |||
<ref>https://llvm.org/</ref> | |||
[[category:Glossary]] | [[category:Glossary]] | ||
[[category:Public]] | [[category:Public]] | ||
Latest revision as of 09:28, 11 September 2023
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines. The name "LLVM" itself is not an acronym; it is the full name of the project. [1]