You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2020/12/28 01:29:47 UTC

[GitHub] [incubator-teaclave-sgx-sdk] henrysun007 opened a new issue #306: Any plan to update sgx_cov

henrysun007 opened a new issue #306:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/306


   LLVM has changed the profiling API. Sgx_cov is no longer compatible with the latest `cargo`. Do you have any plan to fix the inconsistency?


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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] dingelish commented on issue #306: Any plan to update sgx_cov

Posted by GitBox <gi...@apache.org>.
dingelish commented on issue #306:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/306#issuecomment-751569389


   hi @henrysun007 , thanks for this report! yes it should be a bug. we'll definitely fix that. but no eta yet... i'll look into it whenever i've got time


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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] dingelish commented on issue #306: Any plan to update sgx_cov

Posted by GitBox <gi...@apache.org>.
dingelish commented on issue #306:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/306#issuecomment-751569642


   and could you please give some hint on upstream llvm's change? documents/commit id will be helpful. thanks!


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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] dingelish edited a comment on issue #306: Any plan to update sgx_cov

Posted by GitBox <gi...@apache.org>.
dingelish edited a comment on issue #306:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/306#issuecomment-751581980


   @volcano0dr please help trigger `uninit_global_object` in `t_global_exit_ecall` and make it feature gated, since we need to remove it after `edmm` is public available.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] dingelish commented on issue #306: Any plan to update sgx_cov

Posted by GitBox <gi...@apache.org>.
dingelish commented on issue #306:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/306#issuecomment-751581980


   @volcano0dr please help trigger `uninit_global_object` in t_global_exit_ecall and make it feature gated, since we need to remove it after `edmm` is public available.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] dingelish commented on issue #306: Any plan to update sgx_cov

Posted by GitBox <gi...@apache.org>.
dingelish commented on issue #306:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/306#issuecomment-752718141


   it's done! please checkout the latest sgx-cov sample!
   
   closed by #307 and #309 


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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] dingelish commented on issue #306: Any plan to update sgx_cov

Posted by GitBox <gi...@apache.org>.
dingelish commented on issue #306:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/306#issuecomment-752294328


   @henrysun007 almost there! please checkout https://github.com/apache/incubator-teaclave-sgx-sdk/pull/309 . the only problem now is xargo support. cargo works perfectly with `gcov` <= 7 and `llvm-cov` >= 11


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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] henrysun007 commented on issue #306: Any plan to update sgx_cov

Posted by GitBox <gi...@apache.org>.
henrysun007 commented on issue #306:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/306#issuecomment-753610108


   Excellent! You guys are awesome! Let me try this out!


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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] dingelish closed issue #306: Any plan to update sgx_cov

Posted by GitBox <gi...@apache.org>.
dingelish closed issue #306:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/306


   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] dingelish commented on issue #306: Any plan to update sgx_cov

Posted by GitBox <gi...@apache.org>.
dingelish commented on issue #306:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/306#issuecomment-751573793


   never mind. i got the changes. will work on it.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org