rust/src/rustc/back/target_strs.rs

8 lines
126 B
Rust
Raw Normal View History

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