commit | 59074a376099333a2546c4e3a8b30693c8a3ee92 | [log] [tgz] |
---|---|---|
author | gbMattN <matthew.nagy@sony.com> | Thu Apr 03 15:27:14 2025 +0100 |
committer | GitHub <noreply@github.com> | Thu Apr 03 15:27:14 2025 +0100 |
tree | 16e8a35498610b82e75b98235c31f13d30003f9f | |
parent | b61e3874fa97c5ead2c27e8245fe123370a21e81 [diff] |
[ASan] Add metadata to renamed instructions so ASan doesn't use the i… (#119387) …ncorrect name Clang needs variables to be represented with unique names. This means that if a variable shadows another, its given a different name internally to ensure it has a unique name. If ASan tries to use this name when printing an error, it will print the modified unique name, rather than the variable's source code name Fixes #47326
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.