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