Add ISA-dependent settings for RISC-V.

This commit is contained in:
Jakob Stoklund Olesen
2016-08-05 16:19:46 -07:00
parent cfeefde3fc
commit 36ad7da3ec
8 changed files with 38 additions and 2 deletions

View File

@@ -875,6 +875,7 @@ class TargetISA(object):
def __init__(self, name, instrution_groups):
self.name = name
self.settings = None
self.instruction_groups = instrution_groups