summaryrefslogtreecommitdiffstats
path: root/tests/run-make/target-specs/endianness-mismatch.json
blob: 431053ea99b60744fb69c0e766ae8c034799c942 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "pre-link-args": {"gcc": ["-m64"]},
    "data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128",
    "linker-flavor": "gcc",
    "llvm-target": "x86_64-unknown-linux-gnu",
    "target-endian": "big",
    "target-pointer-width": "64",
    "target-c-int-width": "32",
    "arch": "x86_64",
    "os": "linux"
}