Files
blog_os/x86_64-blog_os.json
Philipp Oppermann 8f69dfa6a2 Use lld for linking
2018-02-10 16:42:51 +01:00

16 lines
389 B
JSON

{
"llvm-target": "x86_64-unknown-linux-gnu",
"data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
"linker-flavor": "ld",
"linker": "ld.lld",
"target-endian": "little",
"target-pointer-width": "64",
"target-c-int-width": "32",
"arch": "x86_64",
"os": "none",
"executables": true,
"features": "-mmx,-sse,+soft-float",
"disable-redzone": true,
"panic": "abort"
}