diff options
Diffstat (limited to 'llgo/third_party/gofrontend/libgo/go/runtime/compiler.go')
| -rw-r--r-- | llgo/third_party/gofrontend/libgo/go/runtime/compiler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llgo/third_party/gofrontend/libgo/go/runtime/compiler.go b/llgo/third_party/gofrontend/libgo/go/runtime/compiler.go index 0ed3b183fe2..b04be6181a7 100644 --- a/llgo/third_party/gofrontend/libgo/go/runtime/compiler.go +++ b/llgo/third_party/gofrontend/libgo/go/runtime/compiler.go @@ -7,7 +7,7 @@ package runtime // Compiler is the name of the compiler toolchain that built the // running binary. Known toolchains are: // -// gc The 5g/6g/8g compiler suite at code.google.com/p/go. +// gc Also known as cmd/compile. // gccgo The gccgo front end, part of the GCC compiler suite. // const Compiler = "gccgo" |

