We also need to catch OSError here.
[oota-llvm.git] / test / Bindings / Go / go.test
1 ; RUN: cd %S/../../../bindings/go/llvm && \
2 ; RUN: env CGO_CPPFLAGS="$(llvm-config --cppflags)" \
3 ; RUN:     CGO_CXXFLAGS=-std=c++11 \
4 ; RUN:     CGO_LDFLAGS="$(llvm-config --ldflags --libs --system-libs \
5 ; RUN:                                $(../build.sh --print-components))" \
6 ; RUN:     %go test -tags byollvm .
7
8 ; REQUIRES: shell