On 2026-05-04T13:20:27, Quentin Schulz <[email protected]> wrote: > kbuild: Don't try to add '-fcatch-undefined-behavior' flag > > [ Upstream commit 7eb8e5f073051eebbf55fa6b90ed2246c2274552 ] > > Original commit log: > > This is no longer a valid option in clang, it was removed in 3.5, which > we don't support. > > > https://github.com/llvm/llvm-project/commit/cb3f812b6b9fab8f3b41414f24e90222170417b4 > > [git conflict in context due to commit 52ee1a0294e8 ("global: Disable > deprecated-non-prototype warning with clang")] > Signed-off-by: Quentin Schulz <[email protected]> > > Makefile | 1 - > 1 file changed, 1 deletion(-)
Reviewed-by: Simon Glass <[email protected]>

