--- build/config/clang/clang.gni.orig 2026-03-13 16:54:03 UTC +++ build/config/clang/clang.gni @@ -40,6 +40,7 @@ clang_modules_platform_supported = "x86", ] clang_modules_platform_supported = + !is_bsd && # s390x should work, but IBM doesn't want it enabled for that cpu arch. (is_linux && current_cpu != "s390x") || (is_android &&