[all-commits] [llvm/llvm-project] 1d8d32: [clang][driver] Support option '-r' for target AVR...
Ben Shi via All-commits
all-commits at lists.llvm.org
Tue Oct 10 21:19:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d8d326a86d59d631655adcb623d08db4a3bf457
https://github.com/llvm/llvm-project/commit/1d8d326a86d59d631655adcb623d08db4a3bf457
Author: Ben Shi <2283975856 at qq.com>
Date: 2023-10-11 (Wed, 11 Oct 2023)
Changed paths:
M clang/lib/Driver/ToolChains/AVR.cpp
M clang/test/Driver/avr-ld.c
Log Message:
-----------
[clang][driver] Support option '-r' for target AVR (#68484)
If '-r' is specified with target AVR:
1. Do not link to the avr-libc.
2. Do not emit some conflict options.
3. Do not emit any sub-target related address information/warning.
More information about the All-commits
mailing list