/aosp_15_r20/external/pigweed/pw_toolchain/cc/args/ |
H A D | BUILD.bazel | 7 # https://www.apache.org/licenses/LICENSE-2.0 15 load("@rules_cc//cc/toolchains:args.bzl", "cc_args") 16 load("@rules_cc//cc/toolchains:feature.bzl", "cc_feature") 24 "@rules_cc//cc/toolchains/actions:c_compile_actions", 25 "@rules_cc//cc/toolchains/actions:cpp_compile_actions", 28 "-Wall", 29 "-Wextra", 30 "-Wimplicit-fallthrough", 31 "-Wcast-qual", 32 "-Wpointer-arith", [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/kleaf/ |
D | README.md | 7 The following toolchains are declared: 9 * Default toolchains 10 * Versioned toolchains 11 * User toolchains, provided via command line flags 13 ### Default toolchains 17 Default toolchains, named `{target_os}_{target_cpu}_clang_toolchain`, 18 are the fallback toolchains when a C toolchain is requested without 21 These toolchains are marked "target_compatible_with": 25 These toolchains are marked "exec_compatible_with": 29 These toolchains have `cc_toolchain.compiler` set to `CLANG_VERSION` from [all …]
|
/aosp_15_r20/external/pigweed/pw_toolchain/arm_gcc/ |
H A D | BUILD.bazel | 7 # https://www.apache.org/licenses/LICENSE-2.0 15 load("@rules_cc//cc/toolchains:args.bzl", "cc_args") 16 load("@rules_cc//cc/toolchains:toolchain.bzl", "cc_toolchain") 24 "-Wl,--wrap=__sread", 25 "-Wl,--wrap=__swrite", 26 "-Wl,--wrap=__sseek", 27 "-Wl,--wrap=__sclose", 51 "@rules_cc//cc/toolchains/actions:compile_actions", 55 "-Wundef", 57 "-Wno-psabi", [all …]
|
/aosp_15_r20/external/bazelbuild-rules_cc/tools/migration/ |
H A D | crosstool_to_starlark_lib_test.go | 35 "toolchain_identifier: 'id-" + id + "'", 36 "host_system_name: 'host-" + id + "'", 37 "target_system_name: 'target-" + id + "'", 38 "target_cpu: 'cpu-" + id + "'", 39 "compiler: 'compiler-" + id + "'", 40 "target_libc: 'libc-" + id + "'", 41 "abi_version: 'version-" + id + "'", 42 "abi_libc_version: 'libc_version-" + id + "'", 65 toolchains := []string{toolchain1, toolchain2} 66 crosstool := makeCrosstool(toolchains) [all …]
|
/aosp_15_r20/external/pigweed/pw_toolchain/arm_clang/ |
H A D | BUILD.bazel | 7 # https://www.apache.org/licenses/LICENSE-2.0 15 load("@rules_cc//cc/toolchains:args.bzl", "cc_args") 16 load("@rules_cc//cc/toolchains:toolchain.bzl", "cc_toolchain") 25 name = "cortex-m0", 27 "@rules_cc//cc/toolchains/actions:assembly_actions", 28 "@rules_cc//cc/toolchains/actions:c_compile_actions", 29 "@rules_cc//cc/toolchains/actions:cpp_compile_actions", 30 "@rules_cc//cc/toolchains/actions:link_actions", 33 "-mcpu=cortex-m0", 34 "-mfloat-abi=soft", [all …]
|
/aosp_15_r20/external/bazelbuild-rules_cc/cc/toolchains/variables/ |
H A D | BUILD | 1 load("//cc/toolchains/impl:variables.bzl", "cc_builtin_variables", "cc_variable", "types") 8 "//cc/toolchains/actions:link_actions", 9 "//cc/toolchains/actions:compile_actions", 16 actions = ["//cc/toolchains/actions:link_actions"], 22 actions = ["//cc/toolchains/actions:compile_actions"], 28 actions = ["//cc/toolchains/actions:compile_actions"], 34 actions = ["//cc/toolchains/actions:compile_actions"], 41 "//cc/toolchains/actions:link_actions", 42 "//cc/toolchains/actions:compile_actions", 49 actions = ["//cc/toolchains/actions:compile_actions"], [all …]
|
/aosp_15_r20/external/cronet/build/ |
H A D | xcode_binaries.yaml | 5 # $ rm -rf build/xcode_binaries && \ 6 # ln -s /Applications/Xcode.app build/xcode_binaries 7 # 2) Call `cipd create --pkg-def build/xcode_binaries.yaml` 12 # -- your build/xcode_binaries you're creating in step 1 above isn't used as 19 package: infra_internal/ios/xcode/xcode_binaries/mac-amd64 23 - dir: Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ 24 - dir: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/bison 25 - dir: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/metal/macos 26 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/air-lld 27 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bison [all …]
|
/aosp_15_r20/external/angle/build/ |
H A D | xcode_binaries.yaml | 5 # $ rm -rf build/xcode_binaries && \ 6 # ln -s /Applications/Xcode.app build/xcode_binaries 7 # 2) Call `cipd create --pkg-def build/xcode_binaries.yaml` 12 # -- your build/xcode_binaries you're creating in step 1 above isn't used as 19 package: infra_internal/ios/xcode/xcode_binaries/mac-amd64 23 - dir: Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ 24 - dir: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/bison 25 - dir: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/metal 26 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/air-lld 27 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bison [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/nix_cross_compiling/ |
H A D | WORKSPACE.bazel | 7 strip_prefix = "rules_nixpkgs-c871abcedf5734513f7ab731ea6ba541636f4df6", 19 # Toolchains 21 "//bazel/toolchains/cc/aarch64-apple-darwin:toolchain", 22 "//bazel/toolchains/cc/aarch64-apple-ios:toolchain", 23 "//bazel/toolchains/cc/aarch64-linux-android:toolchain", 24 "//bazel/toolchains/cc/aarch64-unknown-linux-gnu:toolchain", 25 "//bazel/toolchains/cc/wasm32-unknown-unknown:toolchain", 26 "//bazel/toolchains/cc/wasm32-wasi:toolchain", 27 "//bazel/toolchains/cc/x86_64-apple-darwin:toolchain", 28 "//bazel/toolchains/cc/x86_64-pc-windows-msvc:toolchain", [all …]
|
/aosp_15_r20/external/bazelbuild-rules_python/python/private/ |
H A D | python.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 30 # targets using any of these toolchains due to the changed repository name. 43 * `toolchains`: The list of toolchains to register. The last 60 toolchains = [] 63 # toolchain added to toolchains. 113 … # If an inconsistency in the ignore_root_user_error among multiple toolchains is detected, fail. 115 … fail("Toolchains in the root module must have consistent 'ignore_root_user_error' attributes") 173 toolchains.remove(default_toolchain) 177 toolchains.append(toolchain_info) 181 # A default toolchain is required so that the non-version-specific rules [all …]
|
/aosp_15_r20/external/pigweed/pw_toolchain/host_clang/ |
H A D | BUILD.bazel | 7 # https://www.apache.org/licenses/LICENSE-2.0 17 load("@rules_cc//cc/toolchains:args.bzl", "cc_args") 18 load("@rules_cc//cc/toolchains:feature.bzl", "cc_feature") 19 load("@rules_cc//cc/toolchains:feature_constraint.bzl", "cc_feature_constraint") 20 load("@rules_cc//cc/toolchains:feature_set.bzl", "cc_feature_set") 21 load("@rules_cc//cc/toolchains:toolchain.bzl", "cc_toolchain") 32 actions = ["@rules_cc//cc/toolchains/actions:link_actions"], 33 args = ["-fuse-ld=lld"], 38 actions = ["@rules_cc//cc/toolchains/actions:link_actions"], 41 "-nostdlib++", [all …]
|
/aosp_15_r20/external/bazelbuild-rules_python/ |
H A D | CHANGELOG.md | 1 :::{default-domain} bzl 6 This is a human-friendly changelog in a keepachangelog.com style format. 7 Because this changelog is for end-user consumption of meaningful changes,only 20 * Particular sub-systems are identified using parentheses, e.g. `(bzlmod)` or 39 ## [0.36.0] - 2024-09-24 44 * (gazelle): Update error messages when unable to resolve a dependency to be more human-friendly. 45 * (flags) The {obj}`--python_version` flag now also returns 48 that one should use when patching toolchains. Please set it if you are 51 * (toolchains) When {obj}`py_runtime.interpreter_version_info` isn't specified, 52 the {obj}`--python_version` flag will determine the value. This allows [all …]
|
/aosp_15_r20/external/pigweed/pw_toolchain/ |
H A D | gn.rst | 1 .. _module-pw_toolchain-gn: 6 ``pw_toolchain`` module provides GN toolchains that may be used to build 7 Pigweed. GN toolchains function both as a set of tools for compilation and as a 9 executed by different toolchains. Each toolchain maintains its own set of 11 and build steps from all toolchains can be executed in parallel. 13 Various GCC and Clang toolchains for multiple platforms are provided. 14 Toolchains names typically include the compiler (``clang`` or ``gcc`` and 17 -------------------- 18 Non-C/C++ toolchains 19 -------------------- [all …]
|
H A D | bazel.rst | 1 .. _module-pw_toolchain-bazel: 7 …toolchain constructs such as `rules_cc toolchains <https://github.com/bazelbuild/rules_cc/blob/mai… 8 to make it easier to design robust, feature-rich toolchains. 10 .. _module-pw_toolchain-bazel-upstream-pigweed-toolchains: 12 --------------------------- 13 Upstream Pigweed toolchains 14 --------------------------- 15 Pigweed's C/C++ toolchains are automatically registered when using Pigweed from 16 a Bzlmod Bazel project. Legacy WORKSPACE-based projects can use Pigweed's 17 upstream toolchains by calling ``register_pigweed_cxx_toolchains()``: [all …]
|
/aosp_15_r20/external/skia/toolchain/android_trampolines/gen_trampolines/ |
H A D | gen_trampolines.go | 10 // built-in Bazel function expects tool paths to point to files under the directory in which it is 12 // to use trampoline scripts that pass through any command-line arguments to the NDK binaries under 30 // //toolchains/download_toolchains.bzl. 32 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ar", 33 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-dwp", 34 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld", 35 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-nm", 36 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-objcopy", 37 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-objdump", 38 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-strip", [all …]
|
/aosp_15_r20/external/cpu_features/scripts/ |
H A D | run_integration.sh | 2 set -eo pipefail 17 mkdir -p "${ARCHIVE_DIR}" 19 local -r URL=$1 20 local -r RELATIVE_DIR=$2 21 local -r DESTINATION="${ARCHIVE_DIR}/${RELATIVE_DIR}" 22 if [[ ! -d "${DESTINATION}" ]] ; then 24 local -r ARCHIVE_NAME=$(basename "${URL}") 25 [[ -f "${ARCHIVE_NAME}" ]] || wget --no-verbose "${URL}" 27 rm -f "${ARCHIVE_NAME}" 36 local -r QEMU_VERSION=${QEMU_VERSION:=7.1.0} [all …]
|
/aosp_15_r20/external/cronet/third_party/cpu_features/src/scripts/ |
H A D | run_integration.sh | 2 set -eo pipefail 17 mkdir -p "${ARCHIVE_DIR}" 19 local -r URL=$1 20 local -r RELATIVE_DIR=$2 21 local -r DESTINATION="${ARCHIVE_DIR}/${RELATIVE_DIR}" 22 if [[ ! -d "${DESTINATION}" ]] ; then 24 local -r ARCHIVE_NAME=$(basename "${URL}") 25 [[ -f "${ARCHIVE_NAME}" ]] || wget --no-verbose "${URL}" 27 rm -f "${ARCHIVE_NAME}" 36 local -r QEMU_VERSION=${QEMU_VERSION:=7.1.0} [all …]
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/Platform/Android/ |
D | Determine-Compiler-NDK.cmake | 1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying 18 …TOOL_C_TOOLCHAIN_PREFIX "${CMAKE_ANDROID_NDK_TOOLCHAIN_UNIFIED}/bin/${CMAKE_ANDROID_ARCH_TRIPLE}-") 24 …OL_CXX_TOOLCHAIN_PREFIX "${CMAKE_ANDROID_NDK_TOOLCHAIN_UNIFIED}/bin/${CMAKE_ANDROID_ARCH_TRIPLE}-") 26 set(_CMAKE_TOOLCHAIN_PREFIX "${CMAKE_ANDROID_ARCH_TRIPLE}-") 34 # * <ndk>/build/core/setup-toolchain.mk 35 # * <ndk>/[build/core/]toolchains/<toolchain>/{config.mk,setup.mk} 39 # There is also a "toolchains" directory with the prebuilt toolchains themselves: 41 # * <triple-or-arch>-<gcc-version>/prebuilt/<host>/bin/<triple>-gcc(.exe)? 46 # -target <triple> 47 # -gcc-toolchain <ndk>/toolchains/<triple-or-arch>-<gcc-version> [all …]
|
/aosp_15_r20/external/pigweed/seed/ |
H A D | 0113.rst | 1 .. _seed-0113: 10 :proposal_date: 2023-09-28 15 ------- 17 ------- 18 This SEED proposes custom Starlark rules for declaring C/C++ toolchains in 22 ---------- 24 ---------- 30 - **Underdocumented patterns**: The 39 - **Not inherently modular**: Bazel expects the overwhelming majority of a 45 …creating a C/C++ toolchain <https://bazel.build/tutorials/ccp-toolchain-config#configure-cc-toolch… [all …]
|
/aosp_15_r20/external/pigweed/pw_toolchain/build_external/ |
H A D | llvm_clang.BUILD | 7 # https://www.apache.org/licenses/LICENSE-2.0 16 load("@rules_cc//cc/toolchains:args.bzl", "cc_args") 17 load("@rules_cc//cc/toolchains:args_list.bzl", "cc_args_list") 18 load("@rules_cc//cc/toolchains:tool.bzl", "cc_tool") 19 load("@rules_cc//cc/toolchains:tool_map.bzl", "cc_tool_map") 30 # This build file defines a complete set of tools for a LLVM-based toolchain. 56 "@rules_cc//cc/toolchains/actions:assembly_actions": ":asm", 57 "@rules_cc//cc/toolchains/actions:c_compile_actions": ":clang", 58 "@rules_cc//cc/toolchains/actions:cpp_compile_actions": ":clang++", 59 "@rules_cc//cc/toolchains/actions:link_actions": ":lld", [all …]
|
/aosp_15_r20/external/jacoco/.azure-pipelines/ |
H A D | azure-pipelines.yml | 2 - job: 35 vmImage: 'ubuntu-18.04' 37 - bash: | 38 set -e 42 curl -L $JDK_URL -o .jdk/jdk.tar.gz 43 tar -xzf .jdk/jdk.tar.gz -C .jdk --strip-components 1 44 .jdk/bin/java -version 46 <toolchains> 57 </toolchains> 58 " > toolchains.xml [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/guide/ |
H A D | build_cmake_arm.md | 6 The following instructions have been tested on Ubuntu 16.04.3 64-bit PC (AMD64) 28 ldd --version 31 <pre class="tfo-notebook-code-cell-output"> 32 ldd (Debian GLIBC 2.28-10) 2.28 41 If your target is ARM 32-bit, there are two ABI available depending on VFP 54 <pre class="tfo-notebook-code-cell-output"> 70 [Ubuntu Server 20.04.01 LTS 64-bit](https://ubuntu.com/download/raspberry-pi) 75 These commands install gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu toolchain 76 under ${HOME}/toolchains. 79 …-LO https://storage.googleapis.com/mirror.tensorflow.org/developer.arm.com/media/Files/downloads/g… [all …]
|
/aosp_15_r20/external/bazelbuild-rules_go/go/private/ |
H A D | extensions.bzl | 43 # targets using any of these toolchains due to the changed repository name. 56 …# The order follows bazel's iteration over modules (the toolchains declared by the root module are… 60 toolchains = [] 67 fail("go_sdk.download: version must be specified in non-root module " + module.name) 73 # TODO(https://github.com/bazelbuild/bazel-gazelle/issues/1469): Investigate whether 74 # Gazelle can use the first user-defined SDK instead to prevent unnecessary downloads. 76 … fail("go_sdk.download: name must not be specified in non-root module " + module.name) 96 toolchains.append(struct( 109 fail("go_sdk.host: cannot be used in non-root module " + module.name) 122 toolchains.append(struct( [all …]
|
/aosp_15_r20/external/bazelbuild-rules_cc/cc/toolchains/ |
H A D | toolchain.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 18 "//cc/toolchains/impl:toolchain_config.bzl", 25 # Taken from https://bazel.build/docs/cc-toolchain-config-reference#actions 26 # TODO: This is best-effort. Update this with the correct file groups once we 30 "@rules_cc//cc/toolchains/actions:ar_actions", # copybara-use-repo-external-label 33 "@rules_cc//cc/toolchains/actions:assembly_actions", # copybara-use-repo-external-label 36 … "@rules_cc//cc/toolchains/actions:cc_flags_make_variable", # copybara-use-repo-external-label 37 "@rules_cc//cc/toolchains/actions:c_compile", # copybara-use-repo-external-label 38 "@rules_cc//cc/toolchains/actions:cpp_compile", # copybara-use-repo-external-label 39 "@rules_cc//cc/toolchains/actions:cpp_header_parsing", # copybara-use-repo-external-label [all …]
|
/aosp_15_r20/external/pigweed/targets/host/ |
H A D | target_docs.rst | 1 .. _target-host: 8 ---------- 9 Toolchains chapter 10 ---------- 11 Pigweed several toolchains preconfigured for compiling for the host. 13 .. list-table:: 15 * - Toolchain name 16 - GN path 17 - Compiler 18 - Optimization [all …]
|