cl: isVargs support defer/go

This commit is contained in:
xushiwei
2024-06-11 10:35:27 +08:00
parent 1ecd9af2e1
commit 5e5d149ca5
6 changed files with 213 additions and 8 deletions

View File

@@ -131,5 +131,5 @@ func genZip(dir string, outFile, inFile string) {
}
func inCompilerDir(dir string) bool {
return strings.Contains(dir, "/llgo/cl/")
return strings.Contains(dir, "/cl/_test")
}