commit | 6d5ba79c6604a6f66400d573b8aabc34cb75d0b5 | [log] [tgz] |
---|---|---|
author | Cullen Rhodes <cullen.rhodes@arm.com> | Fri Feb 21 09:45:58 2025 +0000 |
committer | GitHub <noreply@github.com> | Fri Feb 21 09:45:58 2025 +0000 |
tree | 5cc2e302319c8b56c86bbe1513326d8669995e23 | |
parent | d6858dd9bd4afab14ffbf0b9eca1ec6188d77a05 [diff] |
[compiler-rt][asan] Re-enable ManyThreadsTest on AArch64 (#127795) Disabled in 2ab51bf13a1f6ca96823b755c036227dfd0892f9, doesn't hang for me on AArch64 (Graviton 3, tested 1000 iterations). May still be an issue, but hard to know unless we enable it again to find out. n.b. test was also disabled on PowerPC in 467afc5f847f72221a42d9142c5b4733b44b52dc for same reason and it has also been observed on x86: https://lists.llvm.org/pipermail/llvm-dev/2016-January/094607.html Fixes: https://github.com/llvm/llvm-project/issues/24763
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.