commit | 58535e81dd982f5e5b64df39d2ab264027d6e8ca | [log] [tgz] |
---|---|---|
author | Peter Klausler <pklausler@nvidia.com> | Mon May 12 12:16:05 2025 -0700 |
committer | GitHub <noreply@github.com> | Mon May 12 12:16:05 2025 -0700 |
tree | 25467f975d02476d9a166467484f3e38c1e3c0a3 | |
parent | 5b9bd8838842896b482fea20dce56906d42cc7b1 [diff] |
[flang] Further refinement of OpenMP !$ lines in -E mode (#138956) Address failing Fujitsu test suite cases that were broken by the patch to defer the handling of !$ lines in -fopenmp vs. normal compilation to actual compilation rather than processing them immediately in -E mode. Tested on the samples in the bug report as well as all of the Fujitsu tests that I could find that use !$ lines. Fixes https://github.com/llvm/llvm-project/issues/136845.
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.