goplus / llgo

A Go compiler based on LLVM in order to better integrate Go with the C ecosystem including Python
Apache License 2.0
322 stars 26 forks source link

ssa: support runtime.map #431

Closed visualfc closed 2 months ago

visualfc commented 3 months ago

ssa/runtime

support runtime.map

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 94.92754% with 7 lines in your changes missing coverage. Please review.

Project coverage is 97.47%. Comparing base (e05e61a) to head (91ba215).

Files Patch % Lines
ssa/expr.go 77.77% 6 Missing :warning:
ssa/datastruct.go 98.71% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #431 +/- ## ========================================== + Coverage 97.39% 97.47% +0.08% ========================================== Files 19 19 Lines 4259 4362 +103 ========================================== + Hits 4148 4252 +104 Misses 94 94 + Partials 17 16 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.