[PATCH] D88410: [clang][AVR] Improve avr-ld command line options

Ben Shi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 28 05:36:41 PDT 2020


benshi001 created this revision.
benshi001 added reviewers: dylanmckay, aykevl.
Herald added subscribers: cfe-commits, Jim.
Herald added a project: clang.
benshi001 requested review of this revision.

Improve avr-ld options for total 249 devices:

1. the argument of "-L" (device library sub path)
2. the argument of "-m" (device family)
3. the argument of "-l" (device library file)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88410

Files:
  clang/lib/Driver/ToolChains/AVR.cpp
  clang/test/Driver/avr-link-mcu-family-unimplemented.c
  clang/test/Driver/avr-mmcu.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88410.294672.patch
Type: text/x-patch
Size: 22553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200928/535fa06b/attachment-0001.bin>


More information about the cfe-commits mailing list