8 lines
125 B
Rust
8 lines
125 B
Rust
type t = {
|
|
module_asm: str,
|
|
meta_sect_name: str,
|
|
data_layout: str,
|
|
target_triple: str,
|
|
cc_args: [str]
|
|
};
|