[PATCH] D100701: [clang][AVR] Redefine some types to be compatible with avr-gcc

Ben Shi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 17 05:01:48 PDT 2021


benshi001 added a comment.

Some key points,

1. This patch fixes the bug https://bugs.llvm.org/show_bug.cgi?id=31530 .

2. The test builtins.cpp is disabled on AVR, due to uint16_t is defined to unsigned short. The underlying reason is that the system's libc/stdint.h is used instead of avr-libc's stdint.h. And I will re-enable it after my another patch is merged. https://reviews.llvm.org/D97669




Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100701/new/

https://reviews.llvm.org/D100701



More information about the cfe-commits mailing list