summaryrefslogtreecommitdiff
path: root/util/build_with_clang.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/build_with_clang.py')
-rwxr-xr-xutil/build_with_clang.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/build_with_clang.py b/util/build_with_clang.py
index 11c540c77d..55f3b54d6c 100755
--- a/util/build_with_clang.py
+++ b/util/build_with_clang.py
@@ -210,6 +210,7 @@ BOARDS_THAT_COMPILE_SUCCESSFULLY_WITH_CLANG = [
"voxel",
"voxel_ecmodeentry",
"voxel_npcx797fc",
+ "waddledoo",
"waddledoo2",
"whiskers",
"woomax",
@@ -298,7 +299,6 @@ BOARDS_THAT_FAIL_WITH_CLANG = [
"nocturne", # overflows flash
"terrador", # overflows flash
"volteer", # overflows flash
- "waddledoo", # overflows flash
]
# TODO(b/201311714): NDS32 is not supported by LLVM.