Files
llvm/lib/Target/AVR
Alexander Richardson 71ee93d743 Fix modules build of AVRAsmParser.cpp
Summary:
Without this change I get the following error:

lib/Target/AVR/AVRGenAsmMatcher.inc:1135:1: error: redundant #include of module 'LLVM_Utils.Support.Format' appears within namespace 'llvm' [-Wmodules-import-nested-redundant]

Reviewers: dylanmckay

Reviewed By: dylanmckay

Subscribers: llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@346750 91177308-0d34-0410-b5e6-96231b3b80d8
2018-11-13 10:54:44 +00:00
..
2018-07-15 07:24:27 +00:00
2017-07-11 04:45:15 +00:00
2016-12-10 12:08:19 +00:00
2016-02-10 08:55:23 +00:00

AVR backend

This experimental backend is for the 8-bit Atmel AVR microcontroller.