| commit | ef47d0bdf0de5d2d2b1d69da4e651ae2da0ef227 | [log] [tgz] |
|---|---|---|
| author | Craig Topper <craig.topper@sifive.com> | Wed Aug 13 08:41:13 2025 -0700 |
| committer | GitHub <noreply@github.com> | Wed Aug 13 08:41:13 2025 -0700 |
| tree | 6a477fd4689f1955f9a59743db099fed9cc3672a | |
| parent | 7e7c9d975ebc482f176314347d12b4007b46d808 [diff] |
[Docs] Add HelpText for -mimplicit-float so it shows up in the webpage documentation. (#153253) There is no documentation for -mimplicit-float, -mno-implicit-float here https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-mimplicit-float I believe this is because the text is taken from the positive option when there is a no- version. Add HelpText to the positive option to hopefully fix this. These options also affect vector and not just FP so having text here that mentions vectors is helpful to users.
Welcome to the LLVM project!
This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments.
The LLVM project has multiple components. The core of the project is itself called “LLVM”. This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.
C-like languages use the Clang frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.
Other components include: the libc++ C++ standard library, the LLD linker, and more.
Consult the Getting Started with LLVM page for information on building and running LLVM.
For information on how to contribute to the LLVM project, please take a look at the Contributing to LLVM guide.
Join the LLVM Discourse forums, Discord chat, LLVM Office Hours or Regular sync-ups.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.