Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/81020?usp=email )
Change subject: Set x86_{32;64} as supported architecture for clang ......................................................................
Set x86_{32;64} as supported architecture for clang
Change-Id: Iced69e0bce345748a43eb1c14bf17a683e26ba60 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/arch/x86/Kconfig 1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/81020/1
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 63f71e5..610321f 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -5,6 +5,7 @@ select PCI select RELOCATABLE_MODULES select HAVE_ASAN_IN_RAMSTAGE + select ARCH_SUPPORTS_CLANG
if ARCH_X86
@@ -33,7 +34,6 @@ select ARCH_VERSTAGE_X86_32 if !VBOOT_STARTS_BEFORE_BOOTBLOCK select ARCH_ROMSTAGE_X86_32 select ARCH_RAMSTAGE_X86_32 - select ARCH_SUPPORTS_CLANG
# stage selectors for x64
@@ -64,7 +64,6 @@ select ARCH_VERSTAGE_X86_64 if !VBOOT_STARTS_BEFORE_BOOTBLOCK select ARCH_ROMSTAGE_X86_64 select ARCH_RAMSTAGE_X86_64 - select ARCH_SUPPORTS_CLANG
config HAVE_EXP_X86_64_SUPPORT bool