Home
last modified time | relevance | path

Searched +full:debian +full:- +full:clang (Results 1 – 25 of 211) sorted by relevance

123456789

/external/clang/test/Driver/
Dlinux-header-search.cpp5 // the installation path of Clang.
6 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \
7 // RUN: -target x86_64-unknown-linux-gnu \
8 // RUN: -stdlib=libc++ \
9 // RUN: -ccc-install-dir %S/Inputs/basic_linux_tree/usr/bin \
10 // RUN: --sysroot=%S/Inputs/basic_linux_libcxx_tree \
11 // RUN: --gcc-toolchain="" \
12 // RUN: | FileCheck --check-prefix=CHECK-BASIC-LIBCXX-SYSROOT %s
13 // CHECK-BASIC-LIBCXX-SYSROOT: "{{[^"]*}}clang{{[^"]*}}" "-cc1"
14 // CHECK-BASIC-LIBCXX-SYSROOT: "-isysroot" "[[SYSROOT:[^"]+]]"
[all …]
Dlinux-ld.c4 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
5 // RUN: --target=i386-unknown-linux \
6 // RUN: --gcc-toolchain="" \
7 // RUN: --sysroot=%S/Inputs/basic_linux_tree \
8 // RUN: | FileCheck --check-prefix=CHECK-LD-32 %s
9 // CHECK-LD-32-NOT: warning:
10 // CHECK-LD-32: "{{.*}}ld{{(.exe)?}}" "--sysroot=[[SYSROOT:[^"]+]]"
11 // CHECK-LD-32: "{{.*}}/usr/lib/gcc/i386-unknown-linux/4.6.0{{/|\\\\}}crtbegin.o"
12 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0"
13 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0/../../../../i386-unknown-linux/…
[all …]
Dmips-reduced-toolchain.cpp1 // Check frontend and linker invocations on reduced Debian MIPS toolchain.
4 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
5 // RUN: --target=mips-linux-gnu \
6 // RUN: --sysroot=%S/Inputs/debian_reduced_mips_tree \
7 // RUN: --gcc-toolchain="" \
8 // RUN: | FileCheck --check-prefix=CHECK-DEBIAN-MIPS %s
9 // CHECK-DEBIAN-MIPS: "{{.*}}ld{{(.exe)?}}" "--sysroot=[[SYSROOT:[^"]+]]"
10 // CHECK-DEBIAN-MIPS: "{{.*}}/usr/lib/gcc/mips-linux-gnu/4.7{{/|\\\\}}crtbegin.o"
11 // CHECK-DEBIAN-MIPS: "-L[[SYSROOT]]/usr/lib/gcc/mips-linux-gnu/4.7"
12 // CHECK-DEBIAN-MIPS: "-L[[SYSROOT]]/usr/lib/gcc/mips-linux-gnu/4.7/../../../mips-linux-gnu"
[all …]
/external/skia/toolchain/
Ddownload_linux_amd64_toolchain.bzl2 This file assembles a toolchain for an amd64 Linux host using the Clang Compiler and glibc.
4 It downloads the necessary headers, executables, and pre-compiled static/shared libraries to
9 Most files are downloaded as .deb files from packages.debian.org (with us acting as the dependency
12 (See https://bazel.build/docs/output_directories#layout-diagram)
19 # The clang from CIPD has no prefix, and we download it directly from our GCS bucket
20 # This is clang 15.0.1 and iwyu built from source.
21 # https://chrome-infra-packages.appspot.com/p/skia/bots/clang_linux/+/5h9JgVTkZk0fFuOyLUCHZXIFqG1b1…
26 # (libm), etc. linux-libc-dev has the header files specific to linux. libc6-dev has the libc
30 # are still on Debian 10. While many of the Bazel tasks can be run in RBE, using a newer
31 # Debian 11 image (see //bazel/rbe/gce_linux_container/Dockerfile) some tasks need to be
[all …]
/external/libdav1d/
D.gitlab-ci.yml2 - style
3 - build
4 - test
6 .debian-amd64-common:
7 image: registry.videolan.org/dav1d-debian-unstable:20240406142551
10 - docker
11 - amd64
13 .debian-amd64-minimum:
14 image: registry.videolan.org/dav1d-debian-minimum:20240406142551
17 - docker
[all …]
/external/clang/www/
Drelated.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
3 <!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
6 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7 <title>Clang Related Projects</title>
12 <!--#include virtual="menu.html.incl"-->
14 <h1>Clang Related Projects</h1>
16 <p>As Clang matures, more and more projects are being built atop the Clang
17 libraries and other open source projects are starting their own Clang
18 related subprojects, like building their source code with Clang or writing
19 custom analysis tools using Clang. This page tracks some of those Clang
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
D.cirrus.yml3 …CMAKE_FLAGS: "-DCMAKE_BUILD_TYPE=DEBUG -DCARES_STATIC=ON -DCARES_STATIC_PIC=ON -DCARES_BUILD_TESTS…
7 - name: "Debian amd64"
9 DIST: "DEBIAN"
11 SCAN_BUILD: "scan-build"
20 image: debian:latest
21 - name: "Debian arm64"
23 DIST: "DEBIAN-ARM"
25 SCAN_BUILD: "scan-build"
32 image: debian:latest
33 - name: "FreeBSD amd64"
[all …]
/external/igt-gpu-tools/
D.gitlab-ci.yml1 image: $CI_REGISTRY/$CI_PROJECT_PATH/igt-fedora:latest
4 -Dlibdrm_drivers=intel,nouveau,amdgpu
5 -Doverlay=enabled
6 -Dchamelium=enabled
7 -Dvalgrind=enabled
8 -Dman=enabled
9 -Dtests=enabled
10 -Drunner=enabled
11 -Dlibunwind=enabled
12 LANG: "C.UTF-8"
[all …]
/external/skia/infra/bots/assets/mesa_intel_driver_linux/mesa-driver-builder/
DDockerfile1 FROM debian:10.3
5 # Enabling backports gives us access to clang-6 and makes it more likely that
6 # 'apt-get build-dep' will install the correct dependencies.
13 # Hosts can install this by adding the stretch-backports debian source (see next RUN)
14 # and then performing `sudo apt-get update && sudo apt-get install libdrm2=2.4.95-1~bpo9+1`
15 RUN echo "deb-src http://deb.debian.org/debian buster main" >> /etc/apt/sources.list && \
16 echo "deb-src http://deb.debian.org/debian buster-updates main" >> /etc/apt/sources.list && \
17 apt-get update && apt-get upgrade -y && \
18 apt-get install -y wget clang-6.0 && \
19 apt-get build-dep -y mesa && \
[all …]
/external/libbpf/ci/managers/
Ddebian.sh3 PHASES=(${@:-SETUP RUN RUN_ASAN CLEANUP})
4 DEBIAN_RELEASE="${DEBIAN_RELEASE:-testing}"
5 CONT_NAME="${CONT_NAME:-libbpf-debian-$DEBIAN_RELEASE}"
6 ENV_VARS="${ENV_VARS:-}"
7 DOCKER_RUN="${DOCKER_RUN:-docker run}"
8 REPO_ROOT="${REPO_ROOT:-$PWD}"
14 echo -e "\033[33;1m$1\033[0m"
18 echo -e "\033[31;1m$1\033[0m"
25 set -eu
33 info "Using Debian $DEBIAN_RELEASE"
[all …]
/external/llvm/docs/
DHowToCrossCompileLLVM.rst2 How To Cross-Compile Clang/LLVM using Clang/LLVM
9 Clang on host machine, targeting another platform.
11 For more information on how to use Clang as a cross-compiler,
12 please check http://clang.llvm.org/docs/CrossCompilation.html.
16 Cross-Compiling from x86_64 to ARM
19 In this use case, we'll be using CMake and Ninja, on a Debian-based Linux
20 system, cross-compiling from an x86_64 host (most Intel and AMD chips
21 nowadays) to a hard-float ARM target (most ARM targets nowadays).
26 * ``ninja-build`` (from backports in Ubuntu)
27 * ``gcc-4.7-arm-linux-gnueabihf``
[all …]
/external/bcc/
DINSTALL.md3 * [Kernel Configuration](#kernel-configuration)
5 - [Debian](#debian---binary)
6 - [Ubuntu](#ubuntu---binary)
7 - [Fedora](#fedora---binary)
8 - [Arch](#arch---binary)
9 - [Gentoo](#gentoo---portage)
10 - [openSUSE](#opensuse---binary)
11 - [RHEL](#rhel---binary)
12 - [Amazon Linux 1](#amazon-linux-1---binary)
13 - [Amazon Linux 2](#amazon-linux-2---binary)
[all …]
/external/ltp/.github/workflows/
Dci.yml1 # Copyright (c) 2021-2023 Petr Vorel <pvorel@suse.cz>
11 runs-on: ubuntu-latest
14 fail-fast: false
18 - container: "debian:stable"
24 - container: "debian:stable"
27 CC: powerpc64le-linux-gnu-gcc
30 VARIANT: cross-compile
32 - container: "debian:stable"
35 CC: aarch64-linux-gnu-gcc
38 VARIANT: cross-compile
[all …]
/external/federated-compute/
DGETTING_STARTED.md10 * A C++ compiler (e.g., Clang or GCC, but see note about GCC below)
13 For example, on Debian:
16 sudo apt install -y git gcc python3 python3-dev python3-venv
19 > ⚠️ The project maintainers internally test with Clang only, so support for
20 > GCC-based builds is provided only on a best-effort basis and may at times be
24 > recent as what Debian stable uses, preferably newer than that).
26 > If using Clang then please see [Building with Clang](#building-with-clang) for
27 > further Clang-specific instructions.
44 python3 -m venv venv
46 pip install --upgrade pip
[all …]
/external/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .container+build-rules
6 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner
18 - _build/meson-logs/*.txt
19 - _build/meson-logs/strace
20 - shader-db
21 - artifacts
24 .build-linux:
25 extends: .build-common
32 - !reference [default, before_script]
[all …]
/external/libbpf/.github/workflows/
Dbuild.yml1 name: libbpf-build
7 - cron: '0 18 * * *'
10 group: ci-build-${{ github.head_ref }}
11 cancel-in-progress: true
15 debian:
16 runs-on: ubuntu-latest
17 name: Debian Build (${{ matrix.name }})
19 fail-fast: false
22 - name: default
24 - name: ASan+UBSan
[all …]
/external/skia/bazel/rbe/gce_linux_container/
DDockerfile2 #FROM debian:bullseye-slim
3 #RUN apt-get update && \
4 # apt-get install -y clang openjdk-11-jdk-headless \
5 # fonts-dejavu-extra fonts-noto-core fonts-noto-cjk \
6 # fonts-noto-color-emoji
8 # Then, after seeing what the hash was of the base image and what versions of clang and the JDK
14 # I would like to be on debian:bookworm, but ran into
15 # https://medium.com/nttlabs/ubuntu-21-10-and-fedora-35-do-not-work-on-docker-20-10-9-1cd439d9921
19 # clang, openjdk: Bazel needs a default C++ compiler and Java runtime, but this will not be used
21 # fonts-dejavu-extra: The default fonts-dejavu-core do not have an italic font
[all …]
/external/skia/docker/cmake-release/
DDockerfile4 RUN echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/sources.list
6 RUN apt-get update && apt-get upgrade -y && apt-get install -y \
11 clang-11 \
12 build-essential \
14 libfreetype6-dev \
15 libfontconfig-dev \
16 libgl1-mesa-dev \
17 libglu1-mesa-dev \
18 libxi-dev \
19 && groupadd -g 2000 skia \
[all …]
/external/tensorflow/tensorflow/tools/toolchains/clang6/
DREADME.md1 # TensorFlow Bazel Clang
3 This is a specialized toolchain that uses an old Debian with a new Clang that
7 - GLIBC_2.18
8 - CXXABI_1.3.7 (GCC 4.8.3)
9 - GCC_4.2.0
13 - Ubuntu 14+
14 - CentOS 7+
15 - Debian 8+
16 - SuSE 13.2+
17 - Mint 17.3+
[all …]
/external/virglrenderer/
D.gitlab-ci.yml3 MESA_TEMPLATES_COMMIT: &ci-templates-commit d5aa3941aa03c2f716595116354fb81eb8012acb
10 # at least the 'debian-testing' job in 'Build-x86_64' stage completed.
12 # Pick a pipeline on https://gitlab.freedesktop.org/mesa/mesa/-/pipelines/
18 # per-pipeline artifact storage on MinIO
20 # per-job artifact storage on MinIO
23 PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${STORAGE_HOST}/mesa-tracie-results/${FDO_UPSTREAM_REPO}"
27 - project: 'freedesktop/ci-templates'
30 - '/templates/ci-fairy.yml'
31 - project: 'freedesktop/ci-templates'
32 ref: *ci-templates-commit
[all …]
/external/perfetto/infra/ci/sandbox/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
19 FROM debian:buster
21 RUN set -ex; \
23 echo deb http://deb.debian.org/debian buster-backports main > \
25 apt-get update; \
26 apt-get -y install python3 python3-pip git curl sudo lz4 tar ccache tini \
27 libpulse0 libgl1 libxml2 libc6-dev-i386 libtinfo5 \
28 gnupg2 pkg-config zip g++ zlib1g-dev unzip \
29 python3-distutils gcc-7 g++-7; \
30 apt-get -y install libc++-8-dev libc++abi-8-dev clang-8; \
[all …]
/external/selinux/
DREADME.md7 [![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/selinux.svg)](https:/…
16 SELinux-based system.
24 ------------
31 * Debian and Ubuntu (https://packages.debian.org/sid/policycoreutils)
32 * Gentoo (https://packages.gentoo.org/packages/sys-apps/policycoreutils)
34 * Yocto Project (http://git.yoctoproject.org/cgit/cgit.cgi/meta-selinux/tree/recipes-security/selin…
39 --------------------
46 audit-libs-devel \
48 bzip2-devel \
49 CUnit-devel \
[all …]
/external/openscreen/
DREADME.md14 [depot_tools](https://www.chromium.org/developers/how-tos/depottools) repo.
24 `drover`. However, some `git-cl` functions *do* work, like `git cl try`,
42 code, all third-party dependencies, and the toolchain needed to build things;
55 This will rebase any local commits on the remote top-of-tree, and update any
62 - Build file generator: `gn`
63 - Code formatter: `clang-format`
64 - Builder: `ninja` ([GitHub releases](https://github.com/ninja-build/ninja/releases))
65 - Compiler/Linker: `clang` (installed by default) or `gcc` (installed by you)
67 All of these--except `gcc` as noted above--are automatically downloaded/updated
73 `clang-format` is used for maintaining consistent coding style, but it is not a
[all …]
/external/skia/infra/docker/debian9/
DDockerfile1 FROM debian:9-slim
3 # See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199
4 # Needed for installing openjdk-8-headless on debian:9-slim
5 RUN mkdir -p /usr/share/man/man1
7 RUN apt-get update && apt-get upgrade -y && apt-get install -y \
8 build-essential \
10 libosmesa-dev \
11 libexpat1-dev \
12 clang \
14 poppler-utils \
[all …]
/external/e2fsprogs/doc/RelNotes/
Dv1.44.5.txt7 ---------------
15 -----
17 Use 64-bit counters to track the number of files that are defragmented
19 defragmented. (Addresses Debian Bug: #888899)
34 find the file system to open more gracefully. (Addresses Debian Bug:
47 metadata-only image.
57 --------------------------------------------------------------
61 Fix groff formatting nits in various man pages. (Addresses Debian Bug:
64 Fixed various debian packaging issues (Addresses Debian Bug: #915942)
69 Fix various clang warnings.
[all …]

123456789