rust/src/comp/back/target_strs.rs
2011-11-10 19:19:40 -08:00

8 lines
126 B
Rust

type t = {
module_asm: str,
meta_sect_name: str,
data_layout: str,
target_triple: str,
gcc_args: [str]
};