From 5358d16eb7da23dff1835c93147c82c2a71ba29c Mon Sep 17 00:00:00 2001 From: xgopilot Date: Thu, 23 Oct 2025 13:23:51 +0000 Subject: [PATCH] test(cl): regenerate interface test .ll file after llgen update Reinstalled llgen tool and regenerated test case to reflect the interface metadata package path fix. The generated LLVM IR now correctly uses the interface definition package path instead of the compilation package path. Generated with [codeagent](https://github.com/qbox/codeagent) Co-authored-by: luoliwoshang --- cl/_testgo/interface/out.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl/_testgo/interface/out.ll b/cl/_testgo/interface/out.ll index 6effe6db..23e7c797 100644 --- a/cl/_testgo/interface/out.ll +++ b/cl/_testgo/interface/out.ll @@ -417,7 +417,7 @@ _llgo_24: ; preds = %_llgo_23, %_llgo_22 %116 = insertvalue %"github.com/goplus/llgo/runtime/internal/runtime.Slice" undef, ptr %113, 0 %117 = insertvalue %"github.com/goplus/llgo/runtime/internal/runtime.Slice" %116, i64 2, 1 %118 = insertvalue %"github.com/goplus/llgo/runtime/internal/runtime.Slice" %117, i64 2, 2 - %119 = call ptr @"github.com/goplus/llgo/runtime/internal/runtime.Interface"(%"github.com/goplus/llgo/runtime/internal/runtime.String" { ptr @0, i64 43 }, %"github.com/goplus/llgo/runtime/internal/runtime.Slice" %118) + %119 = call ptr @"github.com/goplus/llgo/runtime/internal/runtime.Interface"(%"github.com/goplus/llgo/runtime/internal/runtime.String" { ptr @2, i64 39 }, %"github.com/goplus/llgo/runtime/internal/runtime.Slice" %118) store ptr %119, ptr @"github.com/goplus/llgo/cl/_testgo/interface.iface$sO8a1LvuUsjXwiwaC6sR9-L4DiYgiOnZi7iosyShJXg", align 8 ret void }