justinlatimer added a comment.
Thanks a lot @benshi001!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103136/new/
https://reviews.llvm.org/D103136
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
justinlatimer added a comment.
For the commit message, my name is Justin Latimer and my email is
justinlati...@gmail.com. Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103136/new/
https://reviews.llvm.org/D103136
_
justinlatimer updated this revision to Diff 371176.
justinlatimer added a comment.
Update target-invalid-cpu-note.c test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103136/new/
https://reviews.llvm.org/D103136
Files:
clang/lib/Basic/Targets/A
justinlatimer added inline comments.
Comment at: llvm/lib/Target/AVR/AVRDevices.td:515
+def : Device<"attiny1614", FamilyXMEGA, ELFArchXMEGA3>;
+def : Device<"attiny416", FamilyXMEGA, ELFArchXMEGA3>;
+def : Device<"attiny816", FamilyXMEGA, ELFArchXMEGA3>
justinlatimer added a subscriber: benshi001.
justinlatimer added a comment.
@benshi001 would it be possible to get this committed? Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103136/new/
https://reviews.llvm.org/D103136
_
justinlatimer added a comment.
@dylanmckay is there anything else I need to update on this patch? Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103136/new/
https://reviews.llvm.org/D103136
___
cf
justinlatimer updated this revision to Diff 348707.
justinlatimer added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Add devices into the clang AVR target constant list.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.o
justinlatimer created this revision.
Herald added subscribers: Jim, hiraditya, dylanmckay.
justinlatimer requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
[AVR] Add support for the tinyAVR 0-series and tinyAVR 1-series
Rep