1
Fork 0
rust/compiler/rustc_target/src
Oleksii Lozovskyi 8e49c84740 XRay support flag in TargetOptions
Specify where XRay is supported. I only test ARM64 and x86_64, but hey
those others should work too, right? LLVM documentation says that MIPS
and PPC are also supported, but I don't have the hardware, so I won't
pretend. Naturally, more targets can be added later with more testing.
2023-02-09 12:28:01 +09:00
..
abi abi: add AddressSpace field to Primitive::Pointer 2023-01-22 23:41:39 -05:00
asm Fix some missed double spaces. 2023-01-14 18:23:40 +01:00
spec XRay support flag in TargetOptions 2023-02-09 12:28:01 +09:00
json.rs Improve generating Custom entry function 2022-11-11 01:04:39 +05:30
lib.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
tests.rs Use serde_json for target spec json 2022-06-03 16:46:19 +00:00