commit | 0716888d828f2e3cca3ac511d05d47c2ca698319 | [log] [tgz] |
---|---|---|
author | Alvin Wong <alvin@alvinhc.com> | Sun Apr 30 06:51:48 2023 +0800 |
committer | Alvin Wong <alvin@alvinhc.com> | Thu May 04 22:41:26 2023 +0800 |
tree | 9a5cb460e38dd7ad30d3ad660c2ddfcb67518d1a | |
parent | 7b5571f3fc79ed77d9868258ba1047b26dc63dfe [diff] |
[compiler-rt][interception][asan][win] Improve error reporting Add a callback from interception to allow asan on Windows to produce better error messages. If an unrecoverable error occured when intercepting functions, print a message before terminating. Additionally, when encountering unknown instructions, a more helpful message containing the address and the bytes of the unknown instruction is now printed to help identify the issue and make it easier to propose a fix. Depends on D149549 Differential Revision: https://reviews.llvm.org/D149002
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, or #llvm IRC channel on OFTC.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.