| commit | 2d94c08d03ada0a4d3c30a93594d0381946aa85a | [log] [tgz] |
|---|---|---|
| author | Garvit Gupta <quic_garvgupt@quicinc.com> | Mon Jun 30 10:58:06 2025 +0530 |
| committer | GitHub <noreply@github.com> | Mon Jun 30 10:58:06 2025 +0530 |
| tree | 266c485a6f107d27e3567640add6435f5c2c34bf | |
| parent | bb982e733cfcda7e4cfb0583544f68af65211ed1 [diff] |
Reland [Driver] Add option to force undefined symbols during linking in BareMetal toolchain object. (#146304) Add support for `-u` option to force defined symbols. This option is supported by both lld and gnuld. This is done as a part of the effort to merge RISCVToolchain object into BareMetal toolchain object. This is the 4th patch in the series of patches for merging RISCVToolchain object into BareMetal toolchain object. RFC: https://discourse.llvm.org/t/merging-riscvtoolchain-and-baremetal-toolchains/75524
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.