Skip to content

Instantly share code, notes, and snippets.

@itto-ki
Last active August 4, 2018 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itto-ki/f95a79c9739a495d7a58e1a54fa440be to your computer and use it in GitHub Desktop.
Save itto-ki/f95a79c9739a495d7a58e1a54fa440be to your computer and use it in GitHub Desktop.
{
"llvm-target": "i386-unknown-none",
"data-layout": "e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128",
"arch": "x86",
"target-endian": "little",
"target-pointer-width": "32",
"target-c-int-width": "32",
"os": "none",
"executables": false,
"linker-flavor": "ld.lld",
"linker": "rust-lld",
"panic-strategy": "abort",
"disable-redzone": true,
"features": "-mmx,-sse,+soft-float"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment