compiler: add support for reading embedcfg files
authorIan Lance Taylor <iant@golang.org>
Tue, 5 Jan 2021 02:37:08 +0000 (18:37 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 15 Jan 2021 01:28:37 +0000 (17:28 -0800)
commitb0ccd3922f5ee31b682e7844d97e5180c33fa8ea
tree20188b00a9f985a0e9adf08ff8704e68ae84d2ad
parent5fff80fd79c36a1a940b331d20905061d61ee5e6
compiler: add support for reading embedcfg files

This is the code that parses an embedcfg file, which is a JSON file
created by the go command when it sees go:embed directives.  This code
is not yet called, and does not yet do anything.  It's being sent as a
separate CL to isolate just the JSON parsing code.

* Make-lang.in (GO_OBJS): Add go/embed.o.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/281532
gcc/go/Make-lang.in
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/embed.cc [new file with mode: 0644]
gcc/go/gofrontend/gogo.h