commit | b36a18df96f9b8f206ec4b7f1036bdd4701c117e | [log] [tgz] |
---|---|---|
author | SivanShani-Arm <sivan.shani@arm.com> | Tue Feb 25 09:54:56 2025 +0000 |
committer | GitHub <noreply@github.com> | Tue Feb 25 09:54:56 2025 +0000 |
tree | 56fd45fac8f06d60a06967012467e4aa824e0889 | |
parent | a4656bbc595839b57e6f021aa2a728b4cf321d54 [diff] |
[AArch64][Build Attributes] Improve Parsing and Formatting (#126530) - Removed assertion for duplicate values as adding them is valid. - Fix parsing: reject strings for unknown tags, allow any value for Tag_PAuth_Platform and Tag_PAuth_Schema. - Print tags by using numbers with comments to reduce compiler-assembler dependencies. - Parsing error messages now only point to the symbol (^) instead of printing it.
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.