Cynerd opened a new pull request, #6309: URL: https://github.com/apache/incubator-nuttx/pull/6309
## Summary The previous commits added support for LTO to both GCC and Clang but the Armv6-m build wasn't producing the correct result. Technically it procured an empty file or reported missing functions (depending on the linker script). This only takes changes that were in armv7-m architecture and applies them to armv6-m as well. ## Impact It is possible now to use LTO on amrv6-m. ## Testing I only tested that it compiles and that the resulting binary contains some code. It wasn't run tested on either of these Kinetis L boards (I do not have them). It was tested only on Freedom-KL81Z that wasn't submitted to the upstream yet. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org