| commit | d37d1c8deaa34216248ad51e549a701852e29fa3 | [log] [tgz] |
|---|---|---|
| author | Tom Eccles <tom.eccles@arm.com> | Mon Jan 22 23:14:09 2024 +0000 |
| committer | GitHub <noreply@github.com> | Mon Jan 22 23:14:09 2024 +0000 |
| tree | 8aeb443d238fac06344d1be94b136b08c2d8495b | |
| parent | be0c8098364b4bc9b210db65f5799bf37aefb605 [diff] |
[flang][driver] deprecate manual usage of -lFortran_main (#79016) Intended to warn users of the 18.x release not to do this. A better solution should be found for the 19.x release. See discussion in https://github.com/llvm/llvm-project/pull/78152. Unfortunately there is no warning on Windows currently. I am rushing to get this landed before 18.x branches.
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.