cconvey opened a new pull request, #11310:
URL: https://github.com/apache/tvm/pull/11310

   Ensure that `LOG(FATAL)` always resolves to calling
   `[[noreturn]]` code.  This has two benefits:
   
   - Helps developers more quickly understand the
     intended/required behavior for LOG(FATAL) calls.
   
   - May eliminate spurious compiler warnings related
     based on control-flow analysis.  E.g. gcc's / clang's
     `-Wno-return` warnings.


-- 
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]

Reply via email to