1{ 2 "arch": "x86_64", 3 "cpu": "x86-64", 4 "crt-static-respected": true, 5 "data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128", 6 "dynamic-linking": true, 7 "env": "gnu", 8 "executables": true, 9 "has-elf-tls": true, 10 "has-rpath": true, 11 "llvm-target": "x86_64-unknown-linux-gnu", 12 "max-atomic-width": 64, 13 "os": "linux", 14 "position-independent-executables": true, 15 "pre-link-args": { 16 "gcc": [ 17 "-m64" 18 ] 19 }, 20 "relro-level": "full", 21 "stack-probes": { 22 "kind": "call" 23 }, 24 "supported-sanitizers": [ 25 "address", 26 "leak", 27 "memory", 28 "thread" 29 ], 30 "target-family": [ 31 "unix" 32 ], 33 "target-pointer-width": "64" 34} 35