[all-commits] [llvm/llvm-project] c5f98a: [Driver] Forward sysroot from Driver to linker in ...
Garvit Gupta via All-commits
all-commits at lists.llvm.org
Fri Apr 4 11:09:23 PDT 2025
Branch: refs/heads/users/quic-garvgupt/sysroot
Home: https://github.com/llvm/llvm-project
Commit: c5f98ad8993db4dc1386e393f8218f7e44cf9bb5
https://github.com/llvm/llvm-project/commit/c5f98ad8993db4dc1386e393f8218f7e44cf9bb5
Author: Garvit Gupta <quic_garvgupt at quicinc.com>
Date: 2025-04-04 (Fri, 04 Apr 2025)
Changed paths:
M clang/lib/Driver/ToolChains/BareMetal.cpp
M clang/test/Driver/aarch64-toolchain.c
M clang/test/Driver/arm-toolchain.c
M clang/test/Driver/baremetal.cpp
Log Message:
-----------
[Driver] Forward sysroot from Driver to linker in BareMetal ToolChain Object
RISCVToolChain object passes `--sysroot` option from clang to gnuld. Adding
the supprt for the same in BareMetal toolchain object.
This is done as a part of the effort to merge RISCVToolchain object into
BareMetal toolchain object.
This is the 5th 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
Change-Id: Ie830bf6d126fea46dc225e5ef97e14349765ba07
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list