Diff Detail
Diff Detail
Event Timeline
clang/lib/Driver/ToolChains/AVR.cpp | ||
---|---|---|
395 | Add three helper functions for the newly added fields. |
Paths
| Differential D126282
[Driver] Add more options for target AVR when linking with lld AbandonedPublic Authored by benshi001 on May 24 2022, 3:04 AM.
Diff Detail Event Timelinebenshi001 added a child revision: D123612: [Driver] Support linking to compiler-rt on AVR.May 24 2022, 4:23 AM benshi001 added a child revision: D126299: [Driver] Support linking to compiler-rt for target AVR.May 24 2022, 7:07 AM
benshi001 removed a child revision: D126299: [Driver] Support linking to compiler-rt for target AVR.Jun 6 2022, 7:07 PM
Revision Contents
Diff 431624 clang/lib/Driver/ToolChains/AVR.cpp
clang/test/Driver/avr-toolchain.c
|
We need these information to correctly linking with lld.