goplus / llgo

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

build: explicitly link libpthread for compatibility with glibc versions before 2.34 #334

Closed aofei closed 2 weeks ago

aofei commented 2 weeks ago

Fixes #329

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.45%. Comparing base (257b3f3) to head (7db5092).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #334 +/- ## ======================================= Coverage 97.45% 97.45% ======================================= Files 18 18 Lines 3814 3814 ======================================= Hits 3717 3717 Misses 82 82 Partials 15 15 ```

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