xiaoxiang781216 commented on PR #14557: URL: https://github.com/apache/nuttx/pull/14557#issuecomment-2447228290
> > > Do we have any research on GCC and CLANG gcov implementations? I am curious why we chose to use CLANG gcov implementations not GCC, (especially PR #14472 introduced a lot of clang runtime library implementations ) > > > > > > the profile implementation is totally different from clang and gcc, so you can't use gcov library directly with clang. > > so why choose CLANG not GCC ? Which we should select is decided by compiler: clang variant must use runtime profile, gcc variant must use gcov. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
