commit | f88de010ba68b5e30292f6fab6759579a8441df3 | [log] [tgz] |
---|---|---|
author | Justin Bogner <[email protected]> | Tue Aug 08 21:01:08 2023 |
committer | Justin Bogner <[email protected]> | Wed Aug 09 23:29:43 2023 |
tree | 0205426a2c11ed3b38c984e6cbd1b595d71e360d | |
parent | 9ef6cffbb019e06b40d89b9d413cc29e788a9365 [diff] |
[Option] Avoid excessive newlines when printing Arg and Option Arg::print calls Option::print and Option::print calls itself recursively. Add a flag so we can avoid seemingly random breaks in the print output of an argument list. No tests since this only affects debug output.
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, or #llvm IRC channel on OFTC.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.