tag | bca7fdc74687e6a995224b0597f879d81ca38969 | |
---|---|---|
tagger | Tobias Hieta <tobias@hieta.se> | Tue Dec 03 11:57:52 2024 |
object | ab4b5a2db582958af1ee308a790cfdb42bd24720 |
LLVM Release 19.1.5
commit | ab4b5a2db582958af1ee308a790cfdb42bd24720 | [log] [tgz] |
---|---|---|
author | Brian Cain <bcain@quicinc.com> | Fri Nov 29 22:42:44 2024 |
committer | Tobias Hieta <tobias@hieta.se> | Tue Dec 03 07:46:10 2024 |
tree | 8467510b01d45cef0a118bbe3d45fc90a5d084c3 | |
parent | 876d0501d312b7303423fc4d3c388174a1465ca5 [diff] |
[clang] recognize hexagon-*-ld.lld variants (#117338) If we create a cross toolchain with a ${triple}-ld.lld symlink, clang finds that symlink and when it uses it, it's not recognized as "lld". Let's resolve that symlink and consider it when determining lld-ness. For example, clang provides hexagon-link specific link arguments such as `-mcpu=hexagonv65` and `-march=hexagon` when hexagon-unknown-linux-musl-ld.lld is found. lld rejects this with the following error: hexagon-unknown-linux-musl-ld.lld: error: unknown emulation: cpu=hexagonv65 (cherry picked from commit 2dc0de753b6df83e35f3d98e0e6a26c95e3399c0)
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.