[PATCH] D117423: [AVR][clang] Reject non assembly source files for the avr1 family
Ben Shi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 16 02:26:47 PST 2022
benshi001 added a comment.
This is GCC's handling on AVR
https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/config/avr/avr.c;h=62973927fdc30d502e5d225f83cdde958bf2dad0;hb=refs/heads/master#l10424
around line 10433 / function `static void avr_file_start (void)`,
gcc rises an error `architecture %qs supported for assembler only`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117423/new/
https://reviews.llvm.org/D117423
More information about the cfe-commits
mailing list