rust/src/librustc/back/target_strs.rs

8 lines
131 B
Rust
Raw Normal View History

type t = {
module_asm: ~str,
meta_sect_name: ~str,
data_layout: ~str,
target_triple: ~str,
cc_args: ~[~str]
2011-11-10 10:41:42 -06:00
};