rust/src/comp/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 10:28:18 -07:00
target_triple: str,
gcc_args: [str]
2011-11-11 00:41:42 +08:00
};