about summary refs log tree commit diff
path: root/compiler/rustc_sanitizers/src/kcfi/mod.rs
blob: 4e0a7cdf1fb4e200e4650ba085badc57e0154de7 (plain)
1
2
3
4
5
6
7
//! LLVM Kernel Control Flow Integrity (KCFI) and cross-language LLVM KCFI support for the Rust
//! compiler.
//!
//! For more information about LLVM KCFI and cross-language LLVM KCFI support for the Rust compiler,
//! see the tracking issue #123479.
pub mod typeid;
pub use crate::kcfi::typeid::{TypeIdOptions, typeid_for_fnabi, typeid_for_instance};