summary refs log tree commit diff
path: root/src/rustc/back/target_strs.rs
blob: ca11e4c6d69a85af80b3f126a2129d22942e38cd (plain)
1
2
3
4
5
6
7
type t = {
    module_asm: str,
    meta_sect_name: str,
    data_layout: str,
    target_triple: str,
    cc_args: ~[str]
};