Lines Matching full:build
13 Build dependencies
50 This will create a local "usr/include" directory in the git/build top
70 By default llvm will build all non-experimental backends including bpf.
76 use the Ninja build system, you can find it in your system's package
77 manager, usually the package is ninja or ninja-build.
80 (build dependencies are ninja, cmake and gcc-c++)::
83 $ mkdir -p llvm-project/llvm/build
84 $ cd llvm-project/llvm/build
94 …make M=samples/bpf LLC=~/git/llvm-project/llvm/build/bin/llc CLANG=~/git/llvm-project/llvm/build/b…
101 build samples for the cross target::
113 Build samples::
117 Or build samples with SYSROOT if some header or library is absent in toolchain,