This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
c86af3345c
llvm-project
/
llvm
/
test
/
Bindings
/
Go
/
go.test
4 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add llvm-go tool. This tool lets us build LLVM components within the tree by setting up a $GOPATH that resembles a tree fetched in the normal way with "go get". It is intended that components such as the Go frontend will be built in-tree using this tool. Differential Revision: http://reviews.llvm.org/D5902 llvm-svn: 220462
2014-10-23 10:33:23 +08:00
; RUN: llvm-go test llvm.org/llvm/bindings/go/llvm
Initial version of Go bindings. This code is based on the existing LLVM Go bindings project hosted at: https://github.com/go-llvm/llvm Note that all contributors to the gollvm project have agreed to relicense their changes under the LLVM license and submit them to the LLVM project. Differential Revision: http://reviews.llvm.org/D5684 llvm-svn: 219976
2014-10-17 06:48:02 +08:00
Disable Go bindings test with MSan, it has tons of linker errors llvm-svn: 253525
2015-11-19 08:05:20 +08:00
; REQUIRES: shell, not_ubsan, not_msan