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 2022/04/01 15:56:32 UTC

[GitHub] [tvm] kparzysz-quic opened a new pull request #10870: Don't use alternative linker for static libraries

kparzysz-quic opened a new pull request #10870:
URL: https://github.com/apache/tvm/pull/10870


   Otherwise we may end up with things like this (make VERBOSE=1):
   
   ```
   /usr/bin/ar qc libtvm_runtime.a  -fuse-ld=lld CMakeFiles/tvm_runtime_ob...
   /usr/bin/ar: invalid option -- 'e'
   Usage: /usr/bin/ar [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV]...
          /usr/bin/ar -M [<mri-script]
   ...
   ```


-- 
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-unsubscribe@tvm.apache.org

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



[GitHub] [tvm] masahi commented on pull request #10870: Don't use alternative linker for static libraries

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


   cc @driazati 


-- 
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-unsubscribe@tvm.apache.org

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



[GitHub] [tvm] masahi merged pull request #10870: Don't use alternative linker for static libraries

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


   


-- 
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-unsubscribe@tvm.apache.org

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