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