Attention is currently required from: Arthur Heymans. Hello Arthur Heymans,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/63082
to review the following change.
Change subject: [TESTONLY]Kconfig: Build all board with clang ......................................................................
[TESTONLY]Kconfig: Build all board with clang
See what the fallout is.
Change-Id: Ia35f9cfb16ddc6a248baf2ee6aa864a3ac4e9b41 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/63082/1
diff --git a/src/Kconfig b/src/Kconfig index 743440d..6674d9a 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -84,6 +84,7 @@
config ARCH_SUPPORTS_CLANG bool + default y help Opt-in flag for architectures that generally work well with CLANG. By default the option would be hidden.