|
Loom C API
Public Loom compiler C API
|
Linker creation options. More...
#include <link.h>
Data Fields | |
| loomc_structure_type_t | type |
| Structure type. | |
| loomc_host_size_t | structure_size |
| Size of this structure in bytes. | |
| const void * | next |
| Extension chain for future linker options. | |
| loomc_string_view_t | module_name |
| Default output module name for invocations that do not override it. | |
Linker creation options.
Callers zero-initialize this descriptor, set type to LOOMC_STRUCTURE_TYPE_LINKER_OPTIONS, set structure_size to sizeof(loomc_linker_options_t), and fill the requested fields.
| loomc_structure_type_t loomc_linker_options_t::type |
Structure type.
Must be LOOMC_STRUCTURE_TYPE_LINKER_OPTIONS when nonzero.