You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by di...@apache.org on 2020/12/30 18:35:10 UTC

[incubator-teaclave-sgx-sdk] branch master updated (1f4b53a -> 32b2d1f)

This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git.


    from 1f4b53a  Merge pull request #308 from volcano0dr/fix
     add d074196  fix sgx-cov to be compatible with LLVM 10 profiler API
     add 4c40f35  Update readme. add gcov version requirement
     add 522fb65  temp fail cannot find final.info
     add 0156f09  cov: fix Makefile and support llvm-cov-12
     add e01cc71  cov: remove redundent line
     add e823b96  cov: remove redundent line
     add b3b376d  cov: improve Readme
     add b1d1bcd  Add profile settings in the Cargo.toml
     new 32b2d1f  Merge pull request #309 from apache/fix-sgx-cov

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 samplecode/sgx-cov/Readme.md                 |  16 +-
 samplecode/sgx-cov/enclave/Cargo.toml        |   6 +
 samplecode/sgx-cov/enclave/enclave-cov-rustc |   0
 samplecode/sgx-cov/enclave/llvm-gcov         |  57 ++++++-
 sgx_cov/lib.rs                               | 233 ++++++++++++++++-----------
 5 files changed, 211 insertions(+), 101 deletions(-)
 mode change 100644 => 100755 samplecode/sgx-cov/enclave/enclave-cov-rustc
 mode change 100644 => 100755 samplecode/sgx-cov/enclave/llvm-gcov


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


[incubator-teaclave-sgx-sdk] 01/01: Merge pull request #309 from apache/fix-sgx-cov

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit 32b2d1f137ef5742e4e6320b3e1e38fa318a56f6
Merge: 1f4b53a b1d1bcd
Author: Yu Ding <18...@users.noreply.github.com>
AuthorDate: Wed Dec 30 10:34:59 2020 -0800

    Merge pull request #309 from apache/fix-sgx-cov
    
    Fix sgx cov

 samplecode/sgx-cov/Readme.md                 |  16 +-
 samplecode/sgx-cov/enclave/Cargo.toml        |   6 +
 samplecode/sgx-cov/enclave/enclave-cov-rustc |   0
 samplecode/sgx-cov/enclave/llvm-gcov         |  57 ++++++-
 sgx_cov/lib.rs                               | 233 ++++++++++++++++-----------
 5 files changed, 211 insertions(+), 101 deletions(-)


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