commit | 9c25ca78f9bdfe74e5dbaa60a864411bdbae4943 | [log] [tgz] |
---|---|---|
author | Peter Klausler <pklausler@nvidia.com> | Mon Jun 16 14:36:13 2025 -0700 |
committer | GitHub <noreply@github.com> | Mon Jun 16 14:36:13 2025 -0700 |
tree | c9e6fae7b78ff45a313b6690d9998fb28472813d | |
parent | 95418bc8a8fd765d5e60e0c8ac7f8b77d2c15ef2 [diff] |
[flang] Don't generate module file for hermetic USE'd dependency (#144143) It's possible for the module file generation code to think that it needs to (re)generate a module file for a dependent module read from a hermetic module file, if it defines contains a procedure imported via renaming due to a name clash. Adjust the logic that determines whether a module file should be written to include a check for having originated in a module file.
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.