Add ISA-dependent settings for RISC-V.

This commit is contained in:
Jakob Stoklund Olesen
2016-08-05 16:19:46 -07:00
parent 1925c1b2c2
commit 4efb0efb44
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