commit | 16aa39ad94350670f4d72dace0a4866fbe10d716 | [log] [tgz] |
---|---|---|
author | Joshua Baehring <[email protected]> | Mon Jun 17 21:06:31 2024 |
committer | GitHub <[email protected]> | Mon Jun 17 21:06:31 2024 |
tree | bd16311ecd5a8dba301ee73f2c052d4dd4074a0f | |
parent | a50bcc03cbaecf6473c6bf41f4497758a7876f3d [diff] |
[scudo] Update error handling for seondary cache entry count (#95595) Initially, the scudo allocator would return an error if the user attempted to set the cache capacity (i.e. the number of possible entries in the cache) above the maximum cache capacity. Now the allocator will resort to using the maximum cache capacity in this event. An error will still be returned if the user attempts to set the number of entries to a negative value.
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.