Commit 36f61ed7 authored by Matthew Dempsky's avatar Matthew Dempsky

cmd/dist: build cmd/compile/internal/syntax

Change-Id: Ie6dd2318e031be445c0b1ae65d4c78723d5a1167
Reviewed-on: https://go-review.googlesource.com/27197
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: default avatarRobert Griesemer <gri@golang.org>
parent c8683ff7
...@@ -36,9 +36,10 @@ var bootstrapDirs = []string{ ...@@ -36,9 +36,10 @@ var bootstrapDirs = []string{
"compile/internal/gc", "compile/internal/gc",
"compile/internal/mips64", "compile/internal/mips64",
"compile/internal/ppc64", "compile/internal/ppc64",
"compile/internal/s390x",
"compile/internal/ssa", "compile/internal/ssa",
"compile/internal/syntax",
"compile/internal/x86", "compile/internal/x86",
"compile/internal/s390x",
"internal/bio", "internal/bio",
"internal/gcprog", "internal/gcprog",
"internal/dwarf", "internal/dwarf",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment