Clang-side cross-DSO CFI.
- Enabled with -fsanitize-cfi-cross-dso
- uses a runtime library, unlike "plain" CFI
- does not yet support diagnostics
- Emits __cfi_slowpath calls if bitset test fails. This routes the check to the target module, which may know more about the runtime type of the object or function.
- Set a module flag to enable __cfi_check generation during LTO.
"Experimental support for". Please also mention that the ABI is unstable.