You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/05/27 19:51:42 UTC

[GitHub] [tvm] junrushao1994 opened a new pull request #8152: [CMake][Minor] Update CMake warning flags

junrushao1994 opened a new pull request #8152:
URL: https://github.com/apache/tvm/pull/8152


   Reported by @Hzfengsy.
   
   `-Wno-return-std-move-in-c++11` cannot be recognized by clang++-13 any more, and this PR updates it to `-Wno-return-std-move `.
   
   BTW, we still have some warnings that the "\example" command is not recognized by clang++ (`-Wdocumentation-unknown-command`), not sure which command we should use in this case.
   
   CC: @tqchen @rkimball 


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] tqchen commented on pull request #8152: [CMake][Minor] Update CMake warning flags

Posted by GitBox <gi...@apache.org>.
tqchen commented on pull request #8152:
URL: https://github.com/apache/tvm/pull/8152#issuecomment-850004804


   Likely we want to change `\example` to `\code` and `\endcode`


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] tqchen merged pull request #8152: [CMake][Minor] Update CMake warning flags

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #8152:
URL: https://github.com/apache/tvm/pull/8152


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] junrushao1994 commented on pull request #8152: [CMake][Minor] Update CMake warning flags

Posted by GitBox <gi...@apache.org>.
junrushao1994 commented on pull request #8152:
URL: https://github.com/apache/tvm/pull/8152#issuecomment-850734370


   looks like we are still having the issue of leakage in CI…


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org