Searched +full:clang +full:- +full:tools (Results 1 – 25 of 848) sorted by relevance
12345678910>>...34
| /third_party/skia/third_party/externals/dawn/infra/config/global/generated/ |
| D | cr-buildbucket.cfg | 1 # Auto-generated by lucicfg. 5 # https://luci-config.appspot.com/schemas/projects:buildbucket.cfg 14 name: "cron-linux-clang-rel-x64" 15 swarming_host: "chromium-swarm.appspot.com" 16 dimensions: "cpu:x86-64" 17 dimensions: "os:Ubuntu-18.04" 21 cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" 24 properties_j: "clang:true" 29 service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com" 36 name: "linux-clang-dbg-x64" [all …]
|
| /third_party/skia/third_party/externals/tint/infra/config/global/generated/ |
| D | cr-buildbucket.cfg | 1 # Auto-generated by lucicfg. 5 # https://luci-config.appspot.com/schemas/projects:buildbucket.cfg 14 name: "linux-clang-dbg-x64" 15 swarming_host: "chromium-swarm.appspot.com" 16 dimensions: "cpu:x86-64" 17 dimensions: "os:Ubuntu-18.04" 21 cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" 24 properties_j: "clang:true" 28 service_account: "tint-ci-builder@chops-service-accounts.iam.gserviceaccount.com" 35 name: "linux-clang-dbg-x86" [all …]
|
| /third_party/skia/infra/bots/ |
| D | tasks.json | 3 "Build-Debian10-Clang-arm-Debug-Android": { 5 "Build-Debian10-Clang-arm-Debug-Android" 8 "Build-Debian10-Clang-arm-Debug-Android_Vulkan": { 10 "Build-Debian10-Clang-arm-Debug-Android_Vulkan" 13 "Build-Debian10-Clang-arm-Debug-Chromebook_GLES": { 15 "Build-Debian10-Clang-arm-Debug-Chromebook_GLES" 18 "Build-Debian10-Clang-arm-Release-Android": { 20 "Build-Debian10-Clang-arm-Release-Android" 23 "Build-Debian10-Clang-arm-Release-Android_API26": { 25 "Build-Debian10-Clang-arm-Release-Android_API26" [all …]
|
| /third_party/skia/third_party/externals/dawn/ |
| D | DEPS | 19 # Dependencies required to use GN/Clang in standalone 29 …'url': '{chromium_git}/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@99803d74… 35 'package': 'gn/gn/linux-amd64', 43 'package': 'gn/gn/mac-${{arch}}', 51 'package': 'gn/gn/windows-amd64', 59 …'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@8fa87946779682841e21e2da97… 64 …'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxxabi.git@f4328ad7c0d8242d36cb5be… 68 'tools/clang': { 69 'url': '{chromium_git}/chromium/src/tools/clang@03ff857f12277f511e0a30aca44b80e8aaebafd7', 72 'tools/clang/dsymutil': { [all …]
|
| /third_party/skia/m133/infra/bots/ |
| D | tasks.json | 3 "BazelBuild-all_tests-debug-linux_x64": { 5 "BazelBuild-all_tests-debug-linux_x64" 8 "BazelBuild-all_tests-release-linux_x64": { 10 "BazelBuild-all_tests-release-linux_x64" 13 "BazelBuild-android_math_test-for_android_arm64_release-linux_x64": { 15 "BazelBuild-android_math_test-for_android_arm64_release-linux_x64" 18 "BazelBuild-core-release-linux_x64": { 20 "BazelBuild-core-release-linux_x64" 23 "BazelBuild-cpu_8888_benchmark_android_test-for_android_arm64_release-linux_x64": { 25 "BazelBuild-cpu_8888_benchmark_android_test-for_android_arm64_release-linux_x64" [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/pre_commit/ |
| D | README.md | 1 # pre-push Quick Guide 3 <!-- TOC --> 5 - [Pre-push Quick Guide](#pre-push-quick-guide) 6 - [Procedure for Using pre-push Locally](#procedure-for-using-pre-push-locally) 7 - [Appendix: FAQs](#appendix-faqs) 8 … - [Appendix: Manually Installing Code Check Tools](#appendix-manually-installing-code-check-tools) 9 - [Windows Environment](#windows-environment) 10 - [Linux Environment](#linux-environment) 11 - [macOS Environment](#macos-environment) 12 - [Appendix: Suggestions on Tool Versions](#appendix-suggestions-on-tool-versions) [all …]
|
| /third_party/vk-gl-cts/external/amber/src/kokoro/check-format/ |
| D | build.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -e # fail on error 17 set -x # display commands 23 ./tools/git-sync-deps 26 ./tools/copyright.py --check; 30 ./tools/run-lint.sh; 35 # Get clang-format-5.0.0. 36 # Once kokoro upgrades the Ubuntu VMs, we can use 'apt-get install clang-format' 37 curl -L http://releases.llvm.org/5.0.0/clang+llvm-5.0.0-linux-x86_64-ubuntu14.04.tar.xz -o clang-ll… 38 tar xf clang-llvm.tar.xz [all …]
|
| /third_party/skia/m133/toolchain/ |
| D | windows_toolchain_config.bzl | 2 This file specifies a clang toolchain that can run on a Windows host. 9 - linux_amd64_toolchain_config.bzl 12 # https://github.com/bazelbuild/bazel/blob/master/tools/build_defs/cc/action_names.bzl 13 load("@bazel_tools//tools/build_defs/cc:action_names.bzl", "ACTION_NAMES") 15 # https://github.com/bazelbuild/bazel/blob/master/tools/cpp/cc_toolchain_config_lib.bzl 17 "@bazel_tools//tools/cpp:cc_toolchain_config_lib.bzl", 26 # TODO(borenet): These variables were copied from the automatically-generated 28 # used here, but in order to do so, Bazel needs access to both the Clang and 30 # time required to download and extract these archives, we've opted to hard-code 34 MSVC_INCLUDE = "VC/Tools/MSVC/" + MSVC_VERSION + "/include" [all …]
|
| D | linux_amd64_toolchain_config.bzl | 2 This file specifies a clang toolchain that can run on a Linux host which doesn't depend on any 10 - https://docs.bazel.build/versions/4.2.1/tutorial/cc-toolchain-config.html 11 …- https://github.com/emscripten-core/emsdk/blob/7f39d100d8cd207094decea907121df72065517e/bazel/ems… 14 # https://github.com/bazelbuild/bazel/blob/master/tools/build_defs/cc/action_names.bzl 15 load("@bazel_tools//tools/build_defs/cc:action_names.bzl", "ACTION_NAMES") 17 # https://github.com/bazelbuild/bazel/blob/master/tools/cpp/cc_toolchain_config_lib.bzl 19 "@bazel_tools//tools/cpp:cc_toolchain_config_lib.bzl", 29 # The location of the created clang toolchain. 51 # find the referenced libraries (e.g. EXTERNAL_TOOLCHAIN/usr/lib/x86_64-linux-gnu/libc.so 52 # is just a text file that refers to "/lib/x86_64-linux-gnu/libc.so.6" and [all …]
|
| D | ios_toolchain_config.bzl | 2 This file specifies a clang toolchain that can run on a Mac host to build for iOS. 11 - linux_amd64_toolchain_config.bzl 14 # https://github.com/bazelbuild/bazel/blob/master/tools/build_defs/cc/action_names.bzl 15 load("@bazel_tools//tools/build_defs/cc:action_names.bzl", "ACTION_NAMES") 17 # https://github.com/bazelbuild/bazel/blob/master/tools/cpp/cc_toolchain_config_lib.bzl 19 "@bazel_tools//tools/cpp:cc_toolchain_config_lib.bzl", 29 # The location of the created clang toolchain. 57 # "If the compiler has --sysroot support, then these paths should use %sysroot% 80 …posals/blob/91579f36031f768bcf68b18a86b8df8b43cc590b/designs/2019-11-11-target-platform-constraint… 87 # when selecting a cross-compilation toolchain). [all …]
|
| D | clang_layering_check.bzl | 5 See also https://maskray.me/blog/2022-09-25-layering-check-with-clang and go/layering_check 9 # https://github.com/bazelbuild/bazel/blob/master/tools/build_defs/cc/action_names.bzl 10 load("@bazel_tools//tools/build_defs/cc:action_names.bzl", "ACTION_NAMES") 12 # https://github.com/bazelbuild/bazel/blob/master/tools/cpp/cc_toolchain_config_lib.bzl 14 "@bazel_tools//tools/cpp:cc_toolchain_config_lib.bzl", 29 This is implemented using Clang module maps, which are generated for each cc_library 53 "-fmodule-name=%{module_name}", 54 "-fmodule-map-file=%{module_map_file}", 80 "-Wprivate-header", 82 "-fmodules-strict-decluse", [all …]
|
| /third_party/skia/third_party/externals/tint/ |
| D | DEPS | 22 'third_party/gpuweb-cts': Var('chromium_git') + Var('github') + 25 'third_party/spirv-headers': Var('chromium_git') + Var('github') + 26 '/KhronosGroup/SPIRV-Headers.git@' + Var('spirv_headers_revision'), 28 'third_party/spirv-tools': Var('chromium_git') + Var('github') + 29 '/KhronosGroup//SPIRV-Tools.git@' + Var('spirv_tools_revision'), 34 # Dependencies required to use GN/Clang in standalone 41 'tools/clang': Var('chromium_git') + '/chromium/src/tools/clang@' + 56 # Pull clang-format binaries using checked-in hashes. 62 '--no_resume', 63 '--platform=win32', [all …]
|
| /third_party/skia/toolchain/ |
| D | clang_toolchain_config.bzl | 2 This file specifies a clang toolchain that can run on a Linux host which does depend on any 10 - https://docs.bazel.build/versions/4.2.1/tutorial/cc-toolchain-config.html 11 …- https://github.com/emscripten-core/emsdk/blob/7f39d100d8cd207094decea907121df72065517e/bazel/ems… 15 "@bazel_tools//tools/cpp:cc_toolchain_config_lib.bzl", 23 load("@bazel_tools//tools/build_defs/cc:action_names.bzl", "ACTION_NAMES") 25 # The location of the created clang toolchain. 44 compiler = "clang", 49 toolchain_identifier = "clang-toolchain", 60 This function sets up the tools needed to perform the various compile/link actions. 64 to run are brought in via WORKSPACE.bazel and are located in EXEC_ROOT/external/clang.... [all …]
|
| /third_party/skia/m133/site/docs/dev/testing/ |
| D | xsan.md | 2 --- 6 --- 11 Compiling Skia with ASAN, UBSAN, or TSAN can be done with the latest version of Clang. 13 - UBSAN works on Linux, Mac, Android, and Windows, though some checks are platform-specific. 14 - ASAN works on Linux, Mac, Android, and Windows. 15 - TSAN works on Linux and Mac. 16 - MSAN works on Linux[1]. 19 with the system-provided C++ standard library, which is usually libstdc++. 23 [1]To compile and run with MSAN, an MSAN-instrumented version of libc++ is needed. 25 of Clang and the instrumented libc++, located in /msan. [all …]
|
| /third_party/skia/site/docs/dev/testing/ |
| D | xsan.md | 2 --- 6 --- 11 Compiling Skia with ASAN, UBSAN, or TSAN can be done with the latest version of Clang. 13 - UBSAN works on Linux, Mac, Android, and Windows, though some checks are platform-specific. 14 - ASAN works on Linux, Mac, Android, and Windows. 15 - TSAN works on Linux and Mac. 16 - MSAN works on Linux[1]. 19 with the system-provided C++ standard library, which is usually libstdc++. 23 [1]To compile and run with MSAN, an MSAN-instrumented version of libc++ is needed. 25 of Clang and the instrumented libc++, located in /msan. [all …]
|
| /third_party/skia/third_party/externals/angle2/infra/config/generated/ |
| D | cr-buildbucket.cfg | 1 # Auto-generated by lucicfg. 5 # https://luci-config.appspot.com/schemas/projects:buildbucket.cfg 14 identity: "user:angle-ci-builder@chops-service-accounts.iam.gserviceaccount.com" 18 name: "android-arm-compile" 19 swarming_host: "chromium-swarm.appspot.com" 22 cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" 45 ' "toolchain": "clang"' 48 service_account: "angle-ci-builder@chops-service-accounts.iam.gserviceaccount.com" 62 name: "android-arm-dbg-compile" 63 swarming_host: "chromium-swarm.appspot.com" [all …]
|
| /third_party/grpc/tools/dockerfile/test/rbe_ubuntu2004/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 # Workaround the "tzdata hangs apt-get install during docker image build" issue for ubuntu20.04 21 RUN apt-get update && apt-get install -y build-essential curl git time wget zip && apt-get clean 26 # Basic python dependencies to be able to run tools/run_tests python scripts 29 RUN apt-get update && apt-get install -y \ 31 python3-pip \ 32 python3-setuptools \ 33 python3-yaml \ 34 && apt-get clean 37 RUN python3 -m pip install --upgrade pip==19.3.1 [all …]
|
| /third_party/spirv-tools/docs/ |
| D | downloads.md | 5 Download the latest builds of the [main](https://github.com/KhronosGroup/SPIRV-Tools/tree/main) bra… 9 | --- | --- | --- | 10 …-tools/badges/build_link_windows_vs2017_release.html) | [clang](https://storage.googleapis.com/spi… 11 | | [gcc](https://storage.googleapis.com/spirv-tools/badges/build_link_linux_gcc_release.html) | | 15 | --- | --- | --- | 16 …-tools/badges/build_link_windows_vs2017_debug.html) | [clang](https://storage.googleapis.com/spirv… 17 | | [gcc](https://storage.googleapis.com/spirv-tools/badges/build_link_linux_gcc_debug.html) | | 22 SPIRV-Tools is published as part of the [LunarG Vulkan SDK](https://www.lunarg.com/vulkan-sdk/). 27 SPIRV-Tools host executables, and library sources are published as
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/docs/ |
| D | downloads.md | 5 Download the latest builds of the [master](https://github.com/KhronosGroup/SPIRV-Tools/tree/master)… 9 | --- | --- | --- | 10 …-tools/badges/build_link_windows_vs2017_release.html) | [clang](https://storage.googleapis.com/spi… 11 | | [gcc](https://storage.googleapis.com/spirv-tools/badges/build_link_linux_gcc_release.html) | | 15 | --- | --- | --- | 16 …-tools/badges/build_link_windows_vs2017_debug.html) | [clang](https://storage.googleapis.com/spirv… 17 | | [gcc](https://storage.googleapis.com/spirv-tools/badges/build_link_linux_gcc_debug.html) | | 22 SPIRV-Tools is published as part of the [LunarG Vulkan SDK](https://www.lunarg.com/vulkan-sdk/). 27 SPIRV-Tools host executables, and library sources are published as
|
| /third_party/skia/third_party/externals/spirv-tools/docs/ |
| D | downloads.md | 5 Download the latest builds of the [master](https://github.com/KhronosGroup/SPIRV-Tools/tree/master)… 9 | --- | --- | --- | 10 …-tools/badges/build_link_windows_vs2017_release.html) | [clang](https://storage.googleapis.com/spi… 11 | | [gcc](https://storage.googleapis.com/spirv-tools/badges/build_link_linux_gcc_release.html) | | 15 | --- | --- | --- | 16 …-tools/badges/build_link_windows_vs2017_debug.html) | [clang](https://storage.googleapis.com/spirv… 17 | | [gcc](https://storage.googleapis.com/spirv-tools/badges/build_link_linux_gcc_debug.html) | | 22 SPIRV-Tools is published as part of the [LunarG Vulkan SDK](https://www.lunarg.com/vulkan-sdk/). 27 SPIRV-Tools host executables, and library sources are published as
|
| /third_party/grpc/third_party/toolchains/rbe_windows_vs2022_bazel7/cc/ |
| D | BUILD | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 # TODO(bazel-team): Support passing flag multiple times to build a list. 69 "armeabi-v7a|compiler": ":cc-compiler-armeabi-v7a", 70 "x64_windows|msvc-cl": ":cc-compiler-x64_windows", 71 "x64_x86_windows|msvc-cl": ":cc-compiler-x64_x86_windows", 72 "x64_arm_windows|msvc-cl": ":cc-compiler-x64_arm_windows", 73 "x64_arm64_windows|msvc-cl": ":cc-compiler-arm64_windows", 74 "arm64_windows|msvc-cl": ":cc-compiler-arm64_windows", 75 "x64_windows|msys-gcc": ":cc-compiler-x64_windows_msys", 76 "x64_windows|mingw-gcc": ":cc-compiler-x64_windows_mingw", [all …]
|
| /third_party/grpc/tools/dockerfile/grpc_scan_build/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 FROM grpc/clang:latest 17 RUN apt-get update && apt-get install -y \ 20 libgtest-dev \ 21 && apt-get clean 23 RUN git clone --recursive https://github.com/grpc/grpc.git 29 (cd grpc ; git submodule update --init --recursive) && \ 30 …llvm/tools/clang/tools/scan-build/scan-build -o /tmp/grpc --use-analyzer=/usr/local/bin/clang make… 31 …llvm/tools/clang/tools/scan-view/scan-view /tmp/grpc/`ls /tmp/grpc` --host 0.0.0.0 --no-browser --…
|
| /third_party/brotli/ |
| D | compiler_config_setting.bzl | 11 # "@bazel_tools//tools/cpp:compiler" flag_value, and newer ones that do. 13 # flag_values{"@bazel_tools//tools/cpp:compiler"} and the else branch can 17 name = "clang-cl", 19 "@bazel_tools//tools/cpp:compiler": "clang-cl", 26 "@bazel_tools//tools/cpp:compiler": "msvc-cl", 32 name = "clang-cl", 33 values = {"compiler": "clang-cl"}, 38 values = {"compiler": "msvc-cl"},
|
| /third_party/icu/.ci-builds/ |
| D | .azure-pipelines.yml | 4 #------------------------------------------------------------------------- 5 - job: ICU4J_OpenJDK_Ubuntu_1604 12 - checkout: self 15 - script: | 20 - script: | 21 …[ -d icu4j/out/junit-results ] && cd icu4j && cat `find out/junit-results -name "*.txt" -exec grep… 24 #------------------------------------------------------------------------- 25 - job: ICU4C_Clang_Ubuntu_1604 26 displayName: 'C: Linux Clang (Ubuntu 16.04)' 31 - checkout: self [all …]
|
| /third_party/rust/rust/rust-build/ |
| D | function.sh | 4 case $(uname -s) in 7 *) echo "Unsupported host platform: $(uname -s)"; exit 1 ;; 10 case $(uname -m) in 17 rm -rf ${rust_source_dir}/build/* 18 rm -rf ${root_build_dir}/output/* 25 cp ${shell_path}/tools/* ${rust_source_dir}/build/ 26 chmod 750 ${rust_source_dir}/build/*clang* 34 echo "Unsupported platform: $(uname -s) $(uname -m)" 41 # $1:clang path, $2:clang name, $3:ar name 43 # add clang absolute path to shell tools [all …]
|
12345678910>>...34