goplus / llgo

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

Runtime packages should be linked with LLGOPackage spec #277

Closed cpunion closed 3 months ago

cpunion commented 3 months ago

Problem:

Currently, all runtime packages that are imported by the filter isRuntimePkg only link their [PKG]/llgo_autogen.ll file, and do not follow the LLGOPackage spec.

Expected behavior:

xushiwei commented 3 months ago

https://github.com/goplus/llgo/pull/281