summaryrefslogtreecommitdiffstats
path: root/llgo/irgen/strings.go
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2015-01-13 20:45:08 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2015-01-13 20:45:08 +0000
commit56109b78c79daa0193c6e993d8c58030a71f38bd (patch)
tree58feb093f4c63ab3fac91052f7cb16ee8a0b8ee6 /llgo/irgen/strings.go
parentde03ff572138c56dab846f26d1a4bde1aa1f59d9 (diff)
downloadbcm5719-llvm-56109b78c79daa0193c6e993d8c58030a71f38bd.tar.gz
bcm5719-llvm-56109b78c79daa0193c6e993d8c58030a71f38bd.zip
Roll gotools to 47f2109c.
At the same time, perform a number of simplifications: - Rename go.tools directory to gotools. - Import only the go directory; all required Go analysis code and its dependencies have now been moved to this directory. llvm-svn: 225825
Diffstat (limited to 'llgo/irgen/strings.go')
-rw-r--r--llgo/irgen/strings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/llgo/irgen/strings.go b/llgo/irgen/strings.go
index 5ab1730f8ea..5762485d807 100644
--- a/llgo/irgen/strings.go
+++ b/llgo/irgen/strings.go
@@ -16,7 +16,7 @@ package irgen
import (
"go/token"
- "llvm.org/llgo/third_party/go.tools/go/types"
+ "llvm.org/llgo/third_party/gotools/go/types"
"llvm.org/llvm/bindings/go/llvm"
)
OpenPOWER on IntegriCloud