Rename meta/target -> meta/isa.
Clarify terminology by always referring to a 'Target ISA' instead of just 'Target'. Use 'isa' as a module name instead of 'target' both in Rust and Python code. This is only to clarify terminology and not at all because Cargo insists on using the 'target' sub-directory for build products. Oh, no. Not at all.
This commit is contained in:
@@ -299,17 +299,17 @@ Targets
|
||||
=======
|
||||
|
||||
Cretonne can be compiled with support for multiple target instruction set
|
||||
architectures. Each ISA is represented by a :py:class:`cretonne.Target` instance.
|
||||
architectures. Each ISA is represented by a :py:class:`cretonne.TargetISA` instance.
|
||||
|
||||
.. autoclass:: Target
|
||||
.. autoclass:: TargetISA
|
||||
|
||||
The definitions for each supported target live in a package under
|
||||
:file:`meta/target`.
|
||||
:file:`meta/isa`.
|
||||
|
||||
.. automodule:: target
|
||||
.. automodule:: isa
|
||||
:members:
|
||||
|
||||
.. automodule:: target.riscv
|
||||
.. automodule:: isa.riscv
|
||||
|
||||
|
||||
Glossary
|
||||
|
||||
Reference in New Issue
Block a user