This series adds a config option for the LLVM version in rustc and uses it to fix the detection for the CFI integer tags constructors bugfix. Signed-off-by: Alice Ryhl <aliceryhl@xxxxxxxxxx> --- Alice Ryhl (1): cfi: fix conditions for HAVE_CFI_ICALL_NORMALIZE_INTEGERS Gary Guo (1): kbuild: rust: add `CONFIG_RUSTC_LLVM_VERSION` arch/Kconfig | 26 ++++++++++++-------------- init/Kconfig | 8 ++++++-- scripts/Kconfig.include | 4 ++++ scripts/rustc-version.sh | 31 +++++++++++++++++++++++++------ 4 files changed, 47 insertions(+), 22 deletions(-) --- base-commit: 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b change-id: 20241010-icall-detect-vers-79c2dc3cd41d Best regards, -- Alice Ryhl <aliceryhl@xxxxxxxxxx>