OSDN Git Service

[AVR] Enable the assembly parser
authorDylan McKay <dylanmckay34@gmail.com>
Wed, 28 Sep 2016 14:34:42 +0000 (14:34 +0000)
committerDylan McKay <dylanmckay34@gmail.com>
Wed, 28 Sep 2016 14:34:42 +0000 (14:34 +0000)
commitfcd2ef9d8a81b686d6c587fd25f17166e4f526e6
tree550b14ccf56a812cad1d31f1fba8e9d0b4a022dd
parent435dd3c7ece079939f12544a9c7c1c1e1f4cf376
[AVR] Enable the assembly parser

We very recently landed the code. This commit enables the parser.

It also adds a missing include to AVRAsmParser.cpp

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282593 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AVR/AVR.td
lib/Target/AVR/AsmParser/AVRAsmParser.cpp