commit | 3e17864e76f593b8558cbb37f96d883fd9d60fc7 | [log] [tgz] |
---|---|---|
author | Aiden Grossman <aidengrossman@google.com> | Fri Aug 29 15:58:03 2025 -0700 |
committer | GitHub <noreply@github.com> | Fri Aug 29 15:58:03 2025 -0700 |
tree | c1f76cdd8a09f827446d38a9ae56f78564705c7e | |
parent | 93983c37b4f8c468c06808705a17a14ded69f66a [diff] |
[Flang] Make all tests work with lit's internal shell This patch removes REQUIRES: shell lines and updates the tests to not need a shell, or adds REQUIRES lines for Linux where relevant. A lot of these seem to have gotten introduced in 58c3f20bbf51f454ffb38ddb700a1d5ad374dc7b, but many are no longer relevant as these tests no longer use shell scripts. There was one test (missing_newline.f90) that needed to be modified to work. Lit doesn't recognize -ne correctly for echo and the options need to be split into separate flags. Reviewers: clementval, Meinersbur, kiranchandramohan, klausler Reviewed By: clementval Pull Request: https://github.com/llvm/llvm-project/pull/156115
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.