summary refs log tree commit diff
path: root/src/test/run-make/target-specs/x86_64-unknown-linux-gnu.json
blob: 5e0f0f40e67bc8e1c95dc939d5a01d4980f4ed07 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "pre-link-args": ["-m64"],
    "data-layout": "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128",
    "llvm-target": "x86_64-unknown-linux-gnu",
    "target-endian": "little",
    "target-word-size": "64",
    "arch": "x86_64",
    "os": "linux",
    "morestack": false
}