| commit | f1fd9d716decf3513c8ae54df1d60462eb878fb5 | [log] [tgz] |
|---|---|---|
| author | Tacet <advenam.tacet@gmail.com> | Mon Aug 05 21:01:40 2024 +0200 |
| committer | GitHub <noreply@github.com> | Mon Aug 05 21:01:40 2024 +0200 |
| tree | a625c9dd6a63c8d4bea57b35f4b8ac65b5403c08 | |
| parent | 8866fa15de2cf17bae3fe0b273d6b51daa9e37fd [diff] |
[compiler-rt][ASan] Remove alignment message in ASan error reporting (#94103) This commit removes unnecessary alignment check and message in ASan error reporting functions (like `ErrorBadParamsToAnnotateContiguousContainer::Print()`), as alignment is no longer required starting from LLVM 16. Without that commit, this message can be observed only when arguments are truly incorrect and `beg` is unaligned. Just unaligned `beg` does not result in any message being printed. Related commits: - https://github.com/llvm/llvm-project/commit/dd1b7b797a116eed588fd752fbe61d34deeb24e4 - https://github.com/llvm/llvm-project/commit/1c5ad6d2c01294a0decde43a88e9c27d7437d157
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.