rust/compiler/rustc_codegen_llvm/src/back
bors fabfd1fd93 Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviper
Add `kernel-address` sanitizer support for freestanding targets

This PR adds support for KASan (kernel address sanitizer) instrumentation in freestanding targets. I included the minimal set of `x86_64-unknown-none`, `riscv64{imac, gc}-unknown-none-elf`, and `aarch64-unknown-none` but there's likely other targets it can be added to. (`linux_kernel_base.rs`?) KASan uses the address sanitizer attributes but has the `CompileKernel` parameter set to `true` in the pass creation.
2023-02-18 03:05:11 +00:00
..
archive.rs Specify dlltool prefix when generating import libs 2023-02-06 21:17:06 -08:00
lto.rs session: diagnostic migration lint on more fns 2023-01-30 17:11:35 +00:00
profiling.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
write.rs Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviper 2023-02-18 03:05:11 +00:00