Skip to content

Commit

Permalink
doc: include abiname option
Browse files Browse the repository at this point in the history
  • Loading branch information
occheung committed Nov 22, 2021
1 parent a8959fe commit 4a04450
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/user-guide/binding/target-information.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ Classes
EXAMPLE: ``"x86_64-pc-linux-gnu"``

* .. method:: create_target_machine(cpu='', features='', \
opt=2, reloc='default', codemodel='jitdefault')
opt=2, reloc='default', codemodel='jitdefault', \
abiname='')

Create a new :class:`TargetMachine` instance for this
target and with the given options:
Expand All @@ -146,6 +147,7 @@ Classes
* *opt* is the optimization level, from 0 to 3.
* *reloc* is the relocation model.
* *codemodel* is the code model.
* *abiname* is the name of the ABI.

The defaults for reloc and codemodel are appropriate for
JIT compilation.
Expand Down

0 comments on commit 4a04450

Please sign in to comment.