commit | ffda5212282b0b3ff943690738b314e3ac5254c3 | [log] [tgz] |
---|---|---|
author | Louis Dionne <[email protected]> | Fri Jul 19 21:00:40 2024 |
committer | GitHub <[email protected]> | Fri Jul 19 21:00:40 2024 |
tree | 9a66f8e4428ba5e0483e7fabddd8f4a02e8fda49 | |
parent | 296a9563690f2fea78e4d746a6d1896262b69da4 [diff] |
[libc++] Make libc++ forward-compatible with AppleClang's definition of __builtin_verbose_trap (#99529) AppleClang as included in the Xcode 16 beta implements `__builtin_verbose_trap`, but it implements slightly different semantics from the ones implemented upstream. This patch makes libc++ compatible with either definition until we drop support for the version of AppleClang that differs from upstream.
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.