re-organize order of target spec to match blog post

This commit is contained in:
Steve Klabnik
2018-03-06 16:34:51 +00:00
committed by Philipp Oppermann
parent 844f0f0051
commit b106ed8fc0

View File

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