second-state / SOLL

SOLL is a new compiler for generate Ewasm from solidity and yul. See a demo here: https://asciinema.org/a/ezJqNLicn5fya02zwu4VXIo8a
https://www.secondstate.io/
377 stars 23 forks source link

[CodeGen] emit linkersymbol. #106

Closed jacky860226 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #106 (dc40cf4) into master (40098ed) will increase coverage by 0.03%. The diff coverage is 88.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #106      +/-   ##
==========================================
+ Coverage   66.34%   66.37%   +0.03%     
==========================================
  Files          97       97              
  Lines       13483    13509      +26     
  Branches     2013     2015       +2     
==========================================
+ Hits         8945     8967      +22     
- Misses       3538     3539       +1     
- Partials     1000     1003       +3     
Impacted Files Coverage Δ
lib/CodeGen/CodeGenFunction.h 88.88% <ø> (ø)
lib/AST/ASTContext.cpp 83.78% <60.00%> (-5.69%) :arrow_down:
lib/Sema/SemaResolveType.cpp 65.98% <83.33%> (+0.33%) :arrow_up:
lib/CodeGen/CGExpr.cpp 86.00% <100.00%> (+0.10%) :arrow_up:
lib/Parse/ParseYul.cpp 88.57% <100.00%> (+0.16%) :arrow_up:
lib/Sema/SemaExprAsm.cpp 92.40% <100.00%> (+0.10%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 40098ed...dc40cf4. Read the comment docs.