[PATCH] D137573: [AVR] Add FeatureEIJMPCALL to FamilyAVR6
Ayke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 15 06:29:52 PST 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa8673b722989: [AVR] Add FeatureEIJMPCALL to FamilyAVR6 (authored by aykevl).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137573/new/
https://reviews.llvm.org/D137573
Files:
llvm/lib/Target/AVR/AVRDevices.td
Index: llvm/lib/Target/AVR/AVRDevices.td
===================================================================
--- llvm/lib/Target/AVR/AVRDevices.td
+++ llvm/lib/Target/AVR/AVRDevices.td
@@ -184,7 +184,7 @@
def FamilyAVR51 : Family<"avr51", [FamilyAVR5, FeatureELPM, FeatureELPMX]>;
-def FamilyAVR6 : Family<"avr6", [FamilyAVR51]>;
+def FamilyAVR6 : Family<"avr6", [FamilyAVR51, FeatureEIJMPCALL]>;
def FamilyTiny
: Family<"avrtiny",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137573.475451.patch
Type: text/x-patch
Size: 445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221115/30ff3033/attachment.bin>
More information about the llvm-commits
mailing list