1 | //! LLVM Kernel Control Flow Integrity (KCFI) and cross-language LLVM KCFI support for the Rust |
---|---|
2 | //! compiler. |
3 | //! |
4 | //! For more information about LLVM KCFI and cross-language LLVM KCFI support for the Rust compiler, |
5 | //! see the tracking issue #123479. |
6 | pub mod typeid; |
7 | pub use crate::kcfi::typeid::{TypeIdOptions, typeid_for_fnabi, typeid_for_instance}; |
8 |