Lines Matching full:build
7 Build dependencies
40 This will creates a local "usr/include" directory in the git/build top
60 By default llvm will build all non-experimental backends including bpf.
66 use the Ninja build system, you can find it in your system's package
67 manager, usually the package is ninja or ninja-build.
70 (build dependencies are ninja, cmake and gcc-c++)::
73 $ mkdir -p llvm-project/llvm/build
74 $ cd llvm-project/llvm/build
84 …make M=samples/bpf LLC=~/git/llvm-project/llvm/build/bin/llc CLANG=~/git/llvm-project/llvm/build/b…
91 build samples for the cross target::
103 Build samples::
107 Or build samples with SYSROOT if some header or library is absent in toolchain,