commit | 5cccc405e3981dfb97d5fee05b44a2ac6388191c | [log] [tgz] |
---|---|---|
author | Joseph Huber <[email protected]> | Tue Mar 19 19:45:09 2024 |
committer | Joseph Huber <[email protected]> | Tue Mar 19 19:46:03 2024 |
tree | 639d5849cb4a1f3002ecebfb5192452789e3078f | |
parent | 41283403f5a201c93b64b0f5b0e3ee3bc5f5e2b1 [diff] |
Revert "[OpenMP] Disable flaky barrier fence test (#85093)" This reverts commit cd8843f87af2f04a85dda12b37738596cbf4cd5e. Originally disabled to try to unstick the AMD build bot, didn't make a difference after a week so it goes back in.
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.