| commit | 823b1a582258f1417c648b3117ba08edc4855c68 | [log] [tgz] |
|---|---|---|
| author | Cyndy Ishida <cyndy_ishida@apple.com> | Thu May 08 21:15:10 2025 -0700 |
| committer | GitHub <noreply@github.com> | Thu May 08 21:15:10 2025 -0700 |
| tree | 195c9e63aa841782eb20f1ac3748f5f1e9de623c | |
| parent | d926ec35b73b3952806fb6ee6af6bf2990729c26 [diff] |
[clang-installapi] Store dylib attributes in the order they are passed on the command line. (#139087) With the introduction of tbd-v5 holding rpaths, the order in which those attributes are passed to `clang-installapi` must be represented in tbd files. Previously, all dylib attributes were stored in a non-deterministic `StringMap`. Instead, hold them in a custom collection with an underlying vector to continue supporting searching by attribute. This makes the order of all diagnostics related to load command comparisons stable. This approach resolves errors when building with reverse-iteration.
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.