1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

cgen: move cgen from v.gen to v.gen.c (#8515)

This commit is contained in:
joe-conigliaro
2021-02-03 01:41:51 +11:00
committed by GitHub
parent d477e525bb
commit ffedbe4b81
23 changed files with 61 additions and 63 deletions

View File

@@ -306,7 +306,7 @@ jobs:
./v build-module vlib/v/token
./v build-module vlib/v/ast
./v build-module vlib/v/parser
./v build-module vlib/v/gen
./v build-module vlib/v/gen/c
./v build-module vlib/v/depgraph
./v build-module vlib/os/cmdline
- name: x64 machine code generation
@@ -391,7 +391,7 @@ jobs:
./v build-module vlib/v/token
./v build-module vlib/v/ast
./v build-module vlib/v/parser
./v build-module vlib/v/gen
./v build-module vlib/v/gen/c
./v build-module vlib/v/depgraph
./v build-module vlib/os/cmdline
- name: x64 machine code generation