Skip to content

Instantly share code, notes, and snippets.

@neri
Created August 7, 2020 18:19
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 neri/4767f855140cc689b30c36b7b4f00335 to your computer and use it in GitHub Desktop.
Save neri/4767f855140cc689b30c36b7b4f00335 to your computer and use it in GitHub Desktop.
{
"abi-return-struct-as-int": true,
"allows-weak-linkage": false,
"arch": "aarch64",
"data-layout": "e-m:w-p:64:64-i32:32-i64:64-i128:128-n32:64-S128",
"dynamic-linking": false,
"emit-debug-gdb-scripts": false,
"env": "",
"exe-suffix": ".efi",
"executables": true,
"features": "+neon,+fp-armv8",
"has-elf-tls": false,
"is-builtin": true,
"linker": "rust-lld",
"linker-flavor": "lld-link",
"lld-flavor": "link",
"llvm-target": "aarch64-pc-windows-msvc",
"max-atomic-width": 64,
"no-default-libraries": false,
"os": "uefi",
"panic-strategy": "abort",
"pre-link-args": {
"lld-link": [
"/NOLOGO",
"/NXCOMPAT",
"/entry:efi_main",
"/subsystem:efi_application"
],
"msvc": [
"/NOLOGO",
"/NXCOMPAT",
"/entry:efi_main",
"/subsystem:efi_application"
]
},
"requires-uwtable": false,
"singlethread": true,
"stack-probes": true,
"target-c-int-width": "32",
"target-endian": "little",
"target-pointer-width": "64",
"vendor": "unknown"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment