Home
last modified time | relevance | path

Searched refs:ninja (Results 1 – 25 of 67) sorted by relevance

123

/netbsd/external/apache2/llvm/dist/llvm/utils/release/
H A Dbuild_llvm_package.bat72 ninja all || ninja all || ninja all || exit /b
73 ninja check || ninja check || ninja check || exit /b
75 ninja check-lld || ninja check-lld || ninja check-lld || exit /b
86 ninja all || ninja all || ninja all || exit /b
87 ninja check || ninja check || ninja check || exit /b
89 ninja check-lld || ninja check-lld || ninja check-lld || exit /b
122 ninja all || ninja all || ninja all || exit /b
123 ninja check || ninja check || ninja check || exit /b
125 ninja check-lld || ninja check-lld || ninja check-lld || exit /b
136 ninja all || ninja all || ninja all || exit /b
[all …]
/netbsd/external/apache2/llvm/dist/libcxx/
H A Dappveyor-reqs-install.cmd40 if NOT EXIST ninja (
41 …ppveyor DownloadFile https://github.com/ninja-build/ninja/releases/download/v1.6.0/ninja-win.zip -…
42 7z x ninja.zip -oC:\projects\deps\ninja > nul
43 rm ninja.zip
45 @set PATH=C:\projects\deps\ninja;%PATH%
46 ninja --version
H A Dappveyor.yml19 MAKE_PROGRAM: ninja
69 - C:\projects\deps\ninja
/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/
H A Dcheck_cmake.sh13 ninja
14 ninja check-sanitizer
15 ninja check-tsan
16 ninja check-asan
17 ninja check-msan
18 ninja check-lsan
/netbsd/external/apache2/llvm/dist/clang/tools/clang-fuzzer/
H A DDockerfile12 binutils liblzma-dev libz-dev python-all cmake ninja-build subversion \
25 RUN mkdir build0 && cd build0 && cmake -GNinja -DCMAKE_BUILD_TYPE=Release ../llvm && ninja
34 RUN cd build1 && ninja clang-fuzzer
35 RUN cd build1 && ninja clang-objc-fuzzer
36 RUN cd build1 && ninja clang-proto-fuzzer
37 RUN cd build1 && ninja clang-proto-to-cxx
38 RUN cd build1 && ninja clang-loop-proto-to-cxx
39 RUN cd build1 && ninja clang-loop-proto-to-llvm
40 RUN cd build1 && ninja clang-loop-proto-fuzzer
41 RUN cd build1 && ninja clang-llvm-proto-fuzzer
H A DREADME.txt36 ninja clang-fuzzer
61 ninja clang-objc-fuzzer
100 ninja clang-proto-fuzzer clang-proto-to-cxx
151 ninja clang-llvm-proto-fuzzer clang-loop-proto-to-llvm
/netbsd/external/apache2/llvm/dist/llvm/utils/docker/debian8/
H A DDockerfile20 # Install a newer ninja release. It seems the older version in the debian repos
22 RUN wget "https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip" && \
23 echo "d2fea9ff33b3ef353161ed906f260d565ca55b8ca0568fa07b1d2cab90a84a07 ninja-linux.zip" \
25 unzip ninja-linux.zip -d /usr/local/bin && \
26 rm ninja-linux.zip
/netbsd/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A D.gitignore38 # ninja generated files.
41 build.ninja
43 rules.ninja
/netbsd/external/apache2/llvm/dist/llvm/bindings/go/
H A Dbuild.sh19 ninja -C $llvm_builddir llvm-config llvm-go
22 ninja -C $llvm_builddir $llvm_buildtargets FileCheck
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DHowToSetupToolingForLLVM.rst146 Optionally you can use the `Ninja <https://github.com/martine/ninja>`_
157 $ git clone git://github.com/martine/ninja.git
158 $ cd ninja/
161 This will result in a single binary ``ninja`` in the current directory.
167 $ sudo cp ninja /usr/local/bin/
168 $ sudo chmod a+rx /usr/local/bin/ninja
197 $ ninja check-all
H A DLibASTMatchersTutorial.rst33 git clone https://github.com/martine/ninja.git
34 cd ninja
37 sudo cp ninja /usr/bin/
54 ninja
55 ninja check # Test LLVM only.
56 ninja clang-test # Test Clang only.
57 ninja install
76 Finally, run ninja one last time, and you're done.
156 And that's it! You can compile our new tool by running ninja from the
162 ninja
[all …]
/netbsd/external/apache2/llvm/dist/llvm/utils/gn/build/
H A Dsymlink_or_copy.gni10 # https://github.com/ninja-build/ninja/issues/1186
/netbsd/external/apache2/llvm/dist/clang/utils/analyzer/
H A Dentrypoint.py41 ninja()
62 def ninja(): function
/netbsd/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/clangd/test/
H A DBUILD.gn74 # //:default depends on it, so that ninja's default target builds all
112 outputs = [ "$target_gen_dir/run-lit" ] # Non-existing, so that ninja runs it
116 # that it's not part of the default ninja target. Hence, check-clangd
/netbsd/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/test/
H A DBUILD.gn56 # //:default depends on it, so that ninja's default target builds all
96 outputs = [ "$target_gen_dir/run-lit" ] # Non-existing, so that ninja runs it
100 # that it's not part of the default ninja target. Hence, check-clang-tools
/netbsd/external/apache2/llvm/dist/llvm/utils/gn/secondary/
H A DBUILD.gn48 # executable. This has the effect that `ninja lld` builds lld and then creates
49 # symlinks (via this target), while `ninja bin/lld` only builds lld and doesn't
93 # A pool called "console" in the root BUILD.gn is magic and represents ninja's
/netbsd/external/apache2/llvm/dist/llvm/utils/gn/secondary/lld/test/
H A DBUILD.gn89 # //:default depends on it, so that ninja's default target builds all
134 outputs = [ "$target_gen_dir/run-lit" ] # Non-existing, so that ninja runs it
138 # it's not part of the default ninja target. Hence, check-lld shouldn't
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DHowToCrossCompileLLVM.rst26 * ``ninja-build`` (from backports in Ubuntu)
85 You must set the ``CMAKE_INSTALL_PREFIX``, otherwise a ``ninja install``
163 $ ninja
168 You can't run ``ninja check-all`` on this tree because the created
179 $ ninja install
H A DAdvancedBuilds.rst38 $ ninja stage2
52 $ ninja stage2
85 $ ninja stage2-distribution
119 $ ninja stage2-instrumented-generate-profdata
/netbsd/external/apache2/llvm/dist/llvm/utils/gn/secondary/compiler-rt/test/hwasan/
H A DBUILD.gn86 outputs = [ "$target_gen_dir/run-lit" ] # Non-existing, so that ninja runs
90 # that it's not part of the default ninja target. Hence, check-hwasan
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/
H A Dbuild_symbolizer.sh108 ninja cxx cxxabi
130 ninja LLVMSymbolize LLVMObject LLVMBinaryFormat LLVMDebugInfoDWARF LLVMSupport LLVMDebugInfoPDB LLV…
/netbsd/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/test/
H A DBUILD.gn133 # //:default depends on it, so that ninja's default target builds all
208 outputs = [ "$target_gen_dir/run-lit" ] # Non-existing, so that ninja runs it
212 # it's not part of the default ninja target. Hence, check-clang shouldn't
/netbsd/external/apache2/llvm/dist/libcxx/utils/ci/
H A Dmacos-ci-setup13 brew install sphinx-doc python3 ninja cmake clang-format buildkite/buildkite/buildkite-agent
/netbsd/external/apache2/llvm/dist/libcxx/docs/
H A DBuildingLibcxx.rst97 CMake + ninja (MSVC)
100 Building with ninja is required for development to enable tests.
128 > ninja cxx
129 > ninja check-cxx
141 CMake + ninja (MinGW)
146 e.g. the ``mingw-w64-x86_64-clang`` package), together with CMake and ninja.
157 > ninja cxx
159 > ninja check-cxx
/netbsd/external/apache2/llvm/dist/llvm/utils/gn/
H A DREADME.rst22 creates ninja files, but it can create some IDE projects (MSVC, Xcode, ...)
23 which then shell out to ninja for the actual build.
54 #. ``ninja -C out/gn check-lld`` to build all prerequisites for and run the LLD
61 options. After touching ``out/gn/args.gn`` just run ninja: it will re-invoke gn

123