fhelium.compile.passes.backend._link_program
Link Program material and resource references to live objects.
LinkProgramPass
class View source
python
LinkProgramPass(name: str = 'link-backend-program')1
Match all external references and produce the Program executable.
Attributes
| Name | Type | Default/value |
|---|---|---|
name | str | 'link-backend-program' |
run
method
python
def run(compilation: 'Compilation') -> PassResult: ...1