Guest User

json

a guest
Oct 6th, 2018
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. {
  2. "llvm-target": "x86_64-unknown-non3",
  3. "data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
  4. "arch": "x86_64",
  5. "target-endian": "little",
  6. "target-pointer-width": "64",
  7. "target-c-int-width": "32",
  8. "os": "none",
  9. "executables": true,
  10. "linker-flavor": "ld.lld",
  11. "linker": "rust-lld",
  12. "panic-strategy": "abort",
  13. "disable-redzone": true,
  14. "features": "-mmx,-sse,+soft-float"
  15. }
Add Comment
Please, Sign In to add comment