rust/src/rustc/back/target_strs.rs
2012-03-02 18:46:13 -08:00

8 lines
125 B
Rust

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