diff --git a/llvm/test/Bindings/Go/go.test b/llvm/test/Bindings/Go/go.test --- a/llvm/test/Bindings/Go/go.test +++ b/llvm/test/Bindings/Go/go.test @@ -1,4 +1,4 @@ -; RUN: CGO_CPPFLAGS="`llvm-config --cppflags`" CGO_CXXFLAGS=-std=c++14 CGO_LDFLAGS="`llvm-config --ldflags --libs --system-libs all`" go test llvm +; RUN: CGO_CPPFLAGS="`llvm-config --cppflags`" CGO_CXXFLAGS="`llvm-config --cxxflags`" CGO_LDFLAGS="`llvm-config --cxxflags --ldflags --libs --system-libs all`" go test llvm ; REQUIRES: shell ; UNSUPPORTED: asan, ubsan, msan