aboutsummaryrefslogtreecommitdiff
path: root/bunny/x86_64-pc-uefi.json
blob: ae455de08c1856a94a7d12dcbce22cc84073d44f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "llvm-target": "x86_64-pc-windows-msvc",
    "target-endian": "little",
    "target-pointer-width": "64",
    "target-c-int-width": "32",
    "os": "none",
    "arch": "x86_64",
    "data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
    "executables": true,
    "disable-redzone": true,
    "panic-strategy": "abort",
    "linker-flavor": "lld-link",
    "pre-link-args": {
        "lld-link": [
            "/SUBSYSTEM:EFI_Application",
            "/ENTRY:efi_main"
        ]
    },
    "exe-suffix": ".efi",
    "position-independent-executables": "true",
    "emit-debug-gdb-scripts": false
}