cmd: llgo -abi flag (default 2)

This commit is contained in:
visualfc
2025-08-12 09:43:47 +08:00
parent 6460724feb
commit 843dd03553
5 changed files with 6 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ func runCmdEx(cmd *base.Command, args []string, mode build.Mode) {
conf.Verbose = flags.Verbose
conf.GenExpect = flags.Gen
conf.Target = flags.Target
conf.AbiMode = build.AbiMode(flags.AbiMode)
args = cmd.Flag.Args()
args, runArgs, err := parseRunArgs(args)