[all-commits] [llvm/llvm-project] 753b91: [Driver] Improve linking options for target AVR

Ben Shi via All-commits all-commits at lists.llvm.org
Tue Jun 14 19:57:58 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 753b915167bd40375e879866c66be14b7b6a8db8
      https://github.com/llvm/llvm-project/commit/753b915167bd40375e879866c66be14b7b6a8db8
  Author: Ben Shi <ben.shi at streamcomputing.com>
  Date:   2022-06-15 (Wed, 15 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, haowei

Differential Revision: https://reviews.llvm.org/D126192




More information about the All-commits mailing list