[clang] [llvm] Add support for many new AVR mcus like AVR128DB28 (PR #143914)

2025-06-12 Thread Tom Vijlbrief via cfe-commits
https://github.com/tomtor updated https://github.com/llvm/llvm-project/pull/143914 >From 3e070f4aa1e105a4f5b486b662e481195a0a4608 Mon Sep 17 00:00:00 2001 From: Tom Vijlbrief Date: Thu, 12 Jun 2025 16:59:46 +0200 Subject: [PATCH 1/2] Add support for many new AVR mcus like AVR128DB28 --- clang

[clang] [llvm] Add support for many new AVR mcus like AVR128DB28 (PR #143914)

2025-06-12 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-driver @llvm/pr-subscribers-clang Author: Tom Vijlbrief (tomtor) Changes Should fix https://github.com/llvm/llvm-project/issues/116116 --- Full diff: https://github.com/llvm/llvm-project/pull/143914.diff 3 Files Affected: - (modified) clang/lib

[clang] [llvm] Add support for many new AVR mcus like AVR128DB28 (PR #143914)

2025-06-12 Thread via cfe-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it

[clang] [llvm] Add support for many new AVR mcus like AVR128DB28 (PR #143914)

2025-06-12 Thread Tom Vijlbrief via cfe-commits
https://github.com/tomtor created https://github.com/llvm/llvm-project/pull/143914 Should fix https://github.com/llvm/llvm-project/issues/116116 >From 3e070f4aa1e105a4f5b486b662e481195a0a4608 Mon Sep 17 00:00:00 2001 From: Tom Vijlbrief Date: Thu, 12 Jun 2025 16:59:46 +0200 Subject: [PATCH] Ad