From fe22a4525d7224937e3b1470f624ce2a4a2f0e2d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 11 Nov 2022 08:40:32 -0800 Subject: util/build_with_clang: More boards successfully compile BRANCH=none BUG=b:172020503 TEST=./util/build_with_clang.py Signed-off-by: Tom Hughes Change-Id: Ie096e68f8e2f1287aac04babf63e2759039e591d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4024041 Code-Coverage: Zoss Reviewed-by: Abe Levkoy --- util/build_with_clang.py | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/util/build_with_clang.py b/util/build_with_clang.py index 5d662f7bce..7a728ba591 100755 --- a/util/build_with_clang.py +++ b/util/build_with_clang.py @@ -28,10 +28,12 @@ BOARDS_THAT_COMPILE_SUCCESSFULLY_WITH_CLANG = [ # Boards that use CHIP:=stm32 and *not* CHIP_FAMILY:=stm32f0 # git grep --name-only 'CHIP:=stm32' | xargs grep -L 'CHIP_FAMILY:=stm32f0' | sed 's#board/\(.*\)/build.mk#"\1",#' "baklava", + "bellis", "discovery", "gingerbread", "hatch_fp", "hyperdebug", + "munna", "nocturne_fp", "nucleo-f411re", "nucleo-g431rb", @@ -45,19 +47,30 @@ BOARDS_THAT_COMPILE_SUCCESSFULLY_WITH_CLANG = [ # git grep --name-only 'CHIP:=stm32' | xargs grep -L 'CHIP_FAMILY:=stm32f0' | sed 's#board/\(.*\)/build.mk#"\1",#' "bland", "c2d2", + "cerise", "coffeecake", + "damu", "dingdong", "discovery-stm32f072", "don", "duck", "eel", "elm", + "fennel", "fluffy", "fusb307bgevb", "gelatin", "hammer", "hoho", + "jacuzzi", + "juniper", + "kakadu", + "kappa", + "katsu", + "krane", + "kukui", "magnemite", + "makomo", "masterball", "minimuffin", "moonball", @@ -73,9 +86,11 @@ BOARDS_THAT_COMPILE_SUCCESSFULLY_WITH_CLANG = [ "servo_v4p1", "staff", "star", + "stern", "tigertail", "twinkie", "wand", + "willow", "zed", "zinger", # Boards that use CHIP:=mchp @@ -274,26 +289,10 @@ RISCV_BOARDS = [ ] BOARDS_THAT_FAIL_WITH_CLANG = [ - # Boards that use CHIP:=stm32 and *not* CHIP_FAMILY:=stm32f0 - "bellis", # overflows flash - "munna", # overflows flash # Boards that use CHIP:=stm32 *and* CHIP_FAMILY:=stm32f0 "burnet", # overflows flash - "cerise", # overflows flash "chocodile_vpdmcu", # compilation error: b/254710459 - "damu", # overflows flash - "fennel", # overflows flash - "jacuzzi", # overflows flash - "juniper", # overflows flash - "kakadu", # overflows flash - "kappa", # overflows flash - "katsu", # overflows flash "kodama", # overflows flash - "krane", # overflows flash - "kukui", # overflows flash - "makomo", # overflows flash - "stern", # overflows flash - "willow", # overflows flash # Boards that use CHIP:=npcx "garg", # overflows flash "mushu", # overflows flash -- cgit v1.2.1