runtime: fix libc linking

This commit is contained in:
Li Jie
2024-06-06 11:01:32 +08:00
parent 21c9f7b7fb
commit 1ceaf1df22
8 changed files with 13 additions and 20 deletions

View File

@@ -4,5 +4,5 @@
package c
const (
LLGoPackage = "decl: stdio_linux.ll"
LLGoPackage = "decl: c_linux.ll"
)