]> granicus.if.org Git - clang/commit
[AVR] Add -mmcu option to the driver
authorLeslie Zhai <lesliezhai@llvm.org.cn>
Thu, 20 Apr 2017 04:23:24 +0000 (04:23 +0000)
committerLeslie Zhai <lesliezhai@llvm.org.cn>
Thu, 20 Apr 2017 04:23:24 +0000 (04:23 +0000)
commit072d1afbf058ca2202d144465877428cedae152b
tree3a031f3a3f672fe3dd6f5e6e23dee818573cee64
parenta822641c664f0a8b1679807b64479170f72c15e6
[AVR] Add -mmcu option to the driver

A patch by Peter Wu!

Reviewers: jroelofs, xiangzhai

Reviewed By: jroelofs, dylanmckay, xiangzhai

Subscribers: dlj, dylanmckay, cfe-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@300818 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Driver/ToolChains/CommonArgs.cpp
test/Driver/avr-mmcu.c [new file with mode: 0644]