rust/compiler/rustc_codegen_llvm/src/llvm
Hiroki Noda 8357e57346 Add support for storing code model to LLVM module IR
This patch avoids undefined behavior by linking different object files.
Also this would it could be propagated properly to LTO.

See https://reviews.llvm.org/D52322 and https://reviews.llvm.org/D52323.

This patch is based on https://github.com/rust-lang/rust/pull/74002
2021-03-12 11:02:25 +09:00
..
archive_ro.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
diagnostic.rs Update LLVM and add Unsupported diagnostic 2020-09-30 14:57:37 +01:00
ffi.rs Add support for storing code model to LLVM module IR 2021-03-12 11:02:25 +09:00
mod.rs Add a new ABI to support cmse_nonsecure_call 2021-02-02 13:04:31 +00:00