Skip to content

Commit 11e1940

Browse files
committed
tools: update Go build tags
Fixes #196.
1 parent 3180523 commit 11e1940

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

get_tools.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
go install github.com/SRI-CSL/gllvm/cmd/...
4+
go install github.com/mewspring/tools/cmd/string2enum
5+
go install golang.org/x/tools/cmd/stringer

ir/enum/tools.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//go:build tools
2+
//+build tools
23

34
package enum
45

ir/types/tools.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//go:build tools
2+
//+build tools
23

34
package types
45

testdata

tools/tools.go

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//go:build tools
2+
//+build tools
23

34
package tools
45

0 commit comments

Comments
 (0)