[all-commits] [llvm/llvm-project] 3b6e16: [Driver] Improve linking options for target AVR
Ben Shi via All-commits
all-commits at lists.llvm.org
Mon Jun 13 18:31:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b6e166999bb83197c8b70468c2d371c58cf0c25
https://github.com/llvm/llvm-project/commit/3b6e166999bb83197c8b70468c2d371c58cf0c25
Author: Ben Shi <ben.shi at streamcomputing.com>
Date: 2022-06-14 (Tue, 14 Jun 2022)
Changed paths:
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/lib/Driver/ToolChains/AVR.cpp
A clang/test/Driver/Inputs/basic_avr_tree/usr/bin/ld.lld
M clang/test/Driver/avr-toolchain.c
Log Message:
-----------
[Driver] Improve linking options for target AVR
1. Support user specified linker (-fuse-ld)
2. Support user specified linker script (-T)
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D126192
More information about the All-commits
mailing list