Lines Matching +full:- +full:dbuild_shared_libs
5 -------------
11 ------------------
17 It is recommended to use the "-d" flag with "go get" to download the
22 -------------
28 ./analysis.go:4:84: fatal error: llvm-c/Analysis.h: No such file or directory
29 #include <llvm-c/Analysis.h> // If you are getting an error here read bindings/go/README.txt
42 …/src/llvm.org/llvm/bindings/go/build.sh -DCMAKE_BUILD_TYPE=Debug -DLLVM_TARGETS_TO_BUILD=host -DBU…
50 $ export CGO_CPPFLAGS="`/path/to/llvm-build/bin/llvm-config --cppflags`"
51 $ export CGO_CXXFLAGS=-std=c++11
52 $ export CGO_LDFLAGS="`/path/to/llvm-build/bin/llvm-config --ldflags --libs --system-libs all`"
53 $ go build -tags byollvm