[PATCH] D123200: [compiler-rt][builtins] Add several helper functions for AVR
Ben Shi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 1 17:22:54 PDT 2022
benshi001 marked an inline comment as done.
benshi001 added inline comments.
================
Comment at: compiler-rt/lib/builtins/CMakeLists.txt:671
+set(avr_SOURCES
+ avr/mulqi3.S
----------------
MaskRay wrote:
> Keep the `*_SOURCES` in alphabetical order. Move avr to the beginning. Ignore some entries which are unordered.
I will fix all your concerns about "alphabetical order" when committing.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123200/new/
https://reviews.llvm.org/D123200
More information about the cfe-commits
mailing list