Home
last modified time | relevance | path

Searched +full:2 +full:- +full:linux +full:- +full:x86_64 (Results 1 – 25 of 1118) sorted by relevance

12345678910>>...45

/external/clang/test/Driver/
Dfsanitize.c1 …UN: %clang -target x86_64-linux-gnu -fsanitize=undefined -fsanitize-trap=undefined %s -### 2>&1 | …
2-target x86_64-linux-gnu -fsanitize=undefined -fsanitize-trap=undefined -fno-sanitize-trap=signed-
3 …clang -target x86_64-linux-gnu -fsanitize=undefined -fsanitize-undefined-trap-on-error %s -### 2>&…
4 …ang -target x86_64-linux-gnu -fsanitize=undefined-trap -fsanitize-undefined-trap-on-error %s -###
5 …ang -target x86_64-linux-gnu -fsanitize-undefined-trap-on-error -fsanitize=undefined-trap %s -###
6-UNDEFINED-TRAP: "-fsanitize={{((signed-integer-overflow|integer-divide-by-zero|float-divide-by-ze…
7-UNDEFINED-TRAP: "-fsanitize-trap=alignment,array-bounds,bool,enum,float-cast-overflow,float-divid…
8-UNDEFINED-TRAP2: "-fsanitize-trap=alignment,array-bounds,bool,enum,float-cast-overflow,float-divi…
10 // RUN: %clang -target x86_64-linux-gnu -fsanitize=undefined %s -### 2>&1 | FileCheck %s --check-pr…
11-UNDEFINED: "-fsanitize={{((signed-integer-overflow|integer-divide-by-zero|float-divide-by-zero|fu…
[all …]
Dfsanitize-coverage.c1 …N: %clang -target x86_64-linux-gnu -fsanitize=address -fsanitize-coverage=0 %s -### 2>&1 | FileChe…
2-target x86_64-linux-gnu -fsanitize=address -fsanitize-coverage=edge -fsanitize-coverage=0 %s -###…
3 // RUN: %clang -target x86_64-linux-gnu -fsanitize=address %s -### 2>&1 | FileCheck %s --check-pref…
4 // CHECK-SANITIZE-COVERAGE-0-NOT: fsanitize-coverage-type
5 // CHECK-SANITIZE-COVERAGE-0: -fsanitize=address
7 … %clang -target x86_64-linux-gnu -fsanitize=address -fsanitize-coverage=func %s -### 2>&1 | FileCh…
8 …: %clang -target x86_64-linux-gnu -fsanitize=memory -fsanitize-coverage=func %s -### 2>&1 | FileCh…
9 …N: %clang -target x86_64-linux-gnu -fsanitize=leak -fsanitize-coverage=func %s -### 2>&1 | FileChe…
10 …%clang -target x86_64-linux-gnu -fsanitize=undefined -fsanitize-coverage=func %s -### 2>&1 | FileC…
11 …N: %clang -target x86_64-linux-gnu -fsanitize=bool -fsanitize-coverage=func %s -### 2>&1 | FileChe…
[all …]
Dsanitizer-ld.c3 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
4 // RUN: -target i386-unknown-linux -fsanitize=address \
5 // RUN: -resource-dir=%S/Inputs/resource_dir \
6 // RUN: --sysroot=%S/Inputs/basic_linux_tree \
7 // RUN: | FileCheck --check-prefix=CHECK-ASAN-LINUX %s
9 // CHECK-ASAN-LINUX: "{{(.*[^-.0-9A-Z_a-z])?}}ld{{(.exe)?}}"
10 // CHECK-ASAN-LINUX-NOT: "-lc"
11 // CHECK-ASAN-LINUX: libclang_rt.asan-i386.a"
12 // CHECK-ASAN-LINUX-NOT: "-export-dynamic"
13 // CHECK-ASAN-LINUX: "--dynamic-list={{.*}}libclang_rt.asan-i386.a.syms"
[all …]
Dcross-linux.c1 // RUN: %clang -### -o %t %s 2>&1 -no-integrated-as \
2 // RUN: --gcc-toolchain=%S/Inputs/basic_cross_linux_tree/usr \
3 // RUN: --target=i386-unknown-linux-gnu \
4 // RUN: | FileCheck --check-prefix=CHECK-I386 %s
5 // CHECK-I386: "-cc1" "-triple" "i386-unknown-linux-gnu"
6 … CHECK-I386: "{{.*}}/Inputs/basic_cross_linux_tree/usr/lib/gcc/i386-unknown-linux-gnu/4.6.0/../../…
7 …ECK-I386: "{{.*}}/Inputs/basic_cross_linux_tree/usr/lib/gcc/i386-unknown-linux-gnu/4.6.0/../../../…
9 // RUN: %clang -### -o %t %s 2>&1 -no-integrated-as \
10 // RUN: --gcc-toolchain=%S/Inputs/basic_cross_linux_tree/usr \
11 // RUN: --target=x86_64-unknown-linux-gnu \
[all …]
Dcuda-external-tools.cu3 // REQUIRES: clang-driver
4 // REQUIRES: x86-registered-target
5 // REQUIRES: nvptx-registered-target
7 // Regular compiles with -O{0,1,2,3,4,fast}. -O4 and -Ofast map to ptxas O3.
8 // RUN: %clang -### -target x86_64-linux-gnu -O0 -c %s 2>&1 \
9 // RUN: | FileCheck -check-prefix ARCH64 -check-prefix SM20 -check-prefix OPT0 %s
10 // RUN: %clang -### -target x86_64-linux-gnu -O1 -c %s 2>&1 \
11 // RUN: | FileCheck -check-prefix ARCH64 -check-prefix SM20 -check-prefix OPT1 %s
12 // RUN: %clang -### -target x86_64-linux-gnu -O2 -c %s 2>&1 \
13 // RUN: | FileCheck -check-prefix ARCH64 -check-prefix SM20 -check-prefix OPT2 %s
[all …]
Dlinux-ld.c1 // General tests that ld invocations on Linux targets sane. Note that we use
4 // 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"
[all …]
Dfopenmp.c1 // RUN: %clang -target x86_64-linux-gnu -fopenmp=libomp -c %s -### 2>&1 | FileCheck %s --check-pref…
2 // RUN: %clang -target x86_64-linux-gnu -fopenmp=libgomp -c %s -### 2>&1 | FileCheck %s --check-pre…
3 // RUN: %clang -target x86_64-linux-gnu -fopenmp=libiomp5 -c %s -### 2>&1 | FileCheck %s --check-pr…
4 // RUN: %clang -target x86_64-apple-darwin -fopenmp=libomp -c %s -### 2>&1 | FileCheck %s --check-p…
5 // RUN: %clang -target x86_64-apple-darwin -fopenmp=libgomp -c %s -### 2>&1 | FileCheck %s --check-
6 // RUN: %clang -target x86_64-apple-darwin -fopenmp=libiomp5 -c %s -### 2>&1 | FileCheck %s --check
7 // RUN: %clang -target x86_64-freebsd -fopenmp=libomp -c %s -### 2>&1 | FileCheck %s --check-prefix…
8 // RUN: %clang -target x86_64-freebsd -fopenmp=libgomp -c %s -### 2>&1 | FileCheck %s --check-prefi…
9 // RUN: %clang -target x86_64-freebsd -fopenmp=libiomp5 -c %s -### 2>&1 | FileCheck %s --check-pref…
10 // RUN: %clang -target x86_64-netbsd -fopenmp=libomp -c %s -### 2>&1 | FileCheck %s --check-prefix=…
[all …]
Dlinux-header-search.cpp4 // Test a simulated installation of libc++ on Linux, both through sysroot and
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 …]
Dcuda-options.cu2 // REQUIRES: clang-driver
3 // REQUIRES: x86-registered-target
4 // REQUIRES: nvptx-registered-target
6 // Simple compilation case. Compile device-side to PTX assembly and make sure
8 // RUN: %clang -### -target x86_64-linux-gnu -c %s 2>&1 \
9 // RUN: | FileCheck -check-prefix DEVICE -check-prefix DEVICE-NOSAVE \
10 // RUN: -check-prefix HOST -check-prefix INCLUDES-DEVICE \
11 // RUN: -check-prefix NOLINK %s
14 // RUN: %clang -### -target x86_64-linux-gnu %s 2>&1 \
15 // RUN: | FileCheck -check-prefix DEVICE -check-prefix DEVICE-NOSAVE \
[all …]
Dsanitize_unwind_tables.c4 // RUN: %clang -target x86_64-linux-gnu -fsanitize=address %s -### 2>&1 | FileCheck %s
5 // RUN: %clang -target i686-linux-gnu -fsanitize=address %s -### 2>&1 | FileCheck %s
6 // RUN: %clang -target arm-linux-androideabi -fsanitize=address %s -### 2>&1 | FileCheck %s
7 // RUN: %clang -target x86_64-linux-gnu -fsanitize=memory %s -### 2>&1 | FileCheck %s
8 // RUN: %clang -target x86_64-linux-gnu -fsanitize=thread %s -### 2>&1 | FileCheck %s
9 // RUN: %clang -target x86_64-linux-gnu -fsanitize=dataflow %s -### 2>&1 | FileCheck %s
10 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-cache-frag %s -### 2>&1 | FileCheck …
11 // RUN: %clang -target x86_64-linux-gnu -fsanitize=efficiency-working-set %s -### 2>&1 | FileCheck…
13 // CHECK: -munwind-tables
/external/bazelbuild-rules_rust/rust/
Dknown_shas.bzl3 This is a generated file -- see //util:fetch_shas
7 …"2018-10-30/cargo-beta-aarch64-unknown-linux-gnu.tar.gz": "9d91fb3ee868421fbf8f4ed62cb7ee843dc6a1e…
8 …"2018-10-30/cargo-beta-aarch64-unknown-linux-gnu.tar.xz": "344ff43655bb61a31eb7b13c4120b2676b95bda…
9 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabi.tar.gz": "0a606c94eb712e53cabb0a1d7c68412b39a76d7…
10 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabi.tar.xz": "d15292144b3fb332b6d7716e38fa888ca29cd9f…
11 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabihf.tar.gz": "b1179633aac6064c9e01942367d0b0d48d90e…
12 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabihf.tar.xz": "71d2f625afcc523b7a0341a165f488b6b44b5…
13 …"2018-10-30/cargo-beta-armv7-unknown-linux-gnueabihf.tar.gz": "6857ab5a0a4abc06331029325495c03d337…
14 …"2018-10-30/cargo-beta-armv7-unknown-linux-gnueabihf.tar.xz": "c9eabe7ae86ccc1079e2c9b69de6f39b9f3…
15 …"2018-10-30/cargo-beta-i686-pc-windows-gnu.tar.gz": "e0ed7c8ebf9a642879b7b548670b85836fab5127f6466…
[all …]
/external/bazelbuild-rules_python/python/
Dversions.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
20 LINUX_NAME = "linux"
23 DEFAULT_RELEASE_BASE_URL = "https://github.com/indygreg/python-build-standalone/releases/download"
32 # "url": "20210506/cpython-{python_version}-{platform}-pgo+lto-20210506T0943.tar.zst",
34 # "x86_64-apple-darwin": "8d06bec08db8cdd0f64f4f05ee892cf2fcbc58cfb1dd69da2caab78fac42023…
35 # "x86_64-unknown-linux-gnu": "aec8c4c53373b90be7e2131093caa26063be6d9d826f599c935c0e1042…
38 # "x86_64-apple-darwin": "<label_for_darwin>"",
39 # "x86_64-unknown-linux-gnu": "<label_for_linux>"",
46 # buildifier: disable=unsorted-dict-items
49 "url": "20210506/cpython-{python_version}-{platform}-pgo+lto-20210506T0943.tar.zst",
[all …]
/external/bcc/tools/
Dopensnoop_example.txt1 Demonstrations of opensnoop, the Linux eBPF/bcc version.
4 opensnoop traces the open() syscall system-wide, and prints various details.
26 17358 run 3 0 /lib/x86_64-linux-gnu/libtinfo.so.5
27 17358 run 3 0 /lib/x86_64-linux-gnu/libdl.so.2
28 17358 run 3 0 /lib/x86_64-linux-gnu/libc.so.6
29 17358 run -1 6 /dev/tty
33 17358 run 3 0 /lib/x86_64-linux-gnu/libnss_compat.so.2
34 17358 run 3 0 /lib/x86_64-linux-gnu/libnsl.so.1
36 17358 run 3 0 /lib/x86_64-linux-gnu/libnss_nis.so.2
37 17358 run 3 0 /lib/x86_64-linux-gnu/libnss_files.so.2
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe/cargo_conditional_deps/
Dcargo-bazel-lock.json2 "checksum": "2a380523a8d2af44db9039a1159b146be87a517dc1b8d9bf8fafc9760a7a0a4f",
36 "license": "Apache-2.0 OR MIT",
38 "Apache-2.0",
43 "bitflags 1.3.2": {
45 "version": "1.3.2",
49 "url": "https://crates.io/api/v1/crates/bitflags/1.3.2/download",
79 "version": "1.3.2"
81 "license": "MIT/Apache-2.0",
83 "Apache-2.0",
88 "cfg-if 1.0.0": {
[all …]
/external/clang/test/Preprocessor/
Dinit.c1 // RUN: %clang_cc1 -E -dM -x assembler-with-cpp < /dev/null | FileCheck -match-full-lines -check-pr…
6 // RUN: %clang_cc1 -fblocks -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix BLOCKS %s
12 // RUN: %clang_cc1 -x c++ -std=c++1z -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix…
22 // RUN: %clang_cc1 -x c++ -std=c++1y -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix…
32 // RUN: %clang_cc1 -x c++ -std=c++11 -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix…
42 // RUN: %clang_cc1 -x c++ -std=c++98 -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix…
51 // RUN: %clang_cc1 -fdeprecated-macro -E -dM < /dev/null | FileCheck -match-full-lines -check-prefi…
56 // RUN: %clang_cc1 -std=c99 -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix C99 %s
60 // C99-NOT: __GXX_EXPERIMENTAL_CXX0X__
61 // C99-NOT: __GXX_RTTI
[all …]
/external/bazelbuild-rules_rust/proto/protobuf/3rdparty/crates/
DBUILD.grpc-compiler-0.6.2.bazel3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
38 "--cap-lints=allow",
41 "cargo-bazel",
42 "crate-name=grpc-compiler",
48 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
49 "@rules_rust//rust/platform:aarch64-apple-ios": [],
50 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
51 "@rules_rust//rust/platform:aarch64-fuchsia": [],
52 "@rules_rust//rust/platform:aarch64-linux-android": [],
53 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
[all …]
DBUILD.protobuf-codegen-2.8.2.bazel3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
38 "--cap-lints=allow",
41 "cargo-bazel",
42 "crate-name=protobuf-codegen",
48 "@rules_rust//rust/platform:aarch64-apple-darwin": [],
49 "@rules_rust//rust/platform:aarch64-apple-ios": [],
50 "@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
51 "@rules_rust//rust/platform:aarch64-fuchsia": [],
52 "@rules_rust//rust/platform:aarch64-linux-android": [],
53 "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe/cargo_workspace/
Dcargo-bazel-lock.json7 "package_url": "https://github.com/ogham/rust-ansi-term",
87 "id": "hermit-abi 0.1.19",
114 "bitflags 1.3.2": {
116 "version": "1.3.2",
120 "url": "https://crates.io/api/v1/crates/bitflags/1.3.2/download",
150 "version": "1.3.2"
152 "license": "MIT/Apache-2.0",
154 "Apache-2.0",
159 "cfg-if 1.0.0": {
160 "name": "cfg-if",
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe_unnamed/vendor_remote_manifests/crates/
Ddefs.bzl3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
76 # Alert on any miss-matched dependencies
298 "tokio": Label("@crates_vendor_manifests__tokio-1.36.0//:tokio"),
313 "tempfile": Label("@crates_vendor_manifests__tempfile-3.10.0//:tempfile"),
314 "tokio-test": Label("@crates_vendor_manifests__tokio-test-0.4.3//:tokio_test"),
369 "aarch64-apple-darwin": ["@rules_rust//rust/platform:aarch64-apple-darwin"],
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe/vendor_remote_manifests/crates/
Ddefs.bzl3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
76 # Alert on any miss-matched dependencies
298 "tokio": Label("@cvm__tokio-1.36.0//:tokio"),
313 "tempfile": Label("@cvm__tempfile-3.10.0//:tempfile"),
314 "tokio-test": Label("@cvm__tokio-test-0.4.3//:tokio_test"),
369 "aarch64-apple-darwin": ["@rules_rust//rust/platform:aarch64-apple-darwin"],
[all …]
/external/bazelbuild-rules_rust/examples/ios_build/3rdparty/crates/
Ddefs.bzl3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
76 # Alert on any miss-matched dependencies
298 "zstd": Label("@ios_build__zstd-0.11.2-zstd.1.5.2//:zstd"),
361 "aarch64-apple-darwin": ["@rules_rust//rust/platform:aarch64-apple-darwin"],
362 "aarch64-apple-ios": ["@rules_rust//rust/platform:aarch64-apple-ios"],
363 "aarch64-apple-ios-sim": ["@rules_rust//rust/platform:aarch64-apple-ios-sim"],
[all …]
/external/tensorflow/tensorflow/lite/tools/cmake/
Ddownload_toolchains.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -e
23 mkdir -p ${TOOLCHAINS_DIR}
27 if [[ ! -d "${TOOLCHAINS_DIR}/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf" ]]; then
28-LO https://storage.googleapis.com/mirror.tensorflow.org/developer.arm.com/media/Files/downloads/g…
29 tar xvf gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz -C ${TOOLCHAINS_DIR} >&2
31 ARMCC_ROOT=${TOOLCHAINS_DIR}/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf
32 echo "ARMCC_FLAGS=\"-march=armv7-a -mfpu=neon-vfpv4 -funsafe-math-optimizations \
33 -isystem ${ARMCC_ROOT}/lib/gcc/arm-linux-gnueabihf/8.3.0/include \
34 -isystem ${ARMCC_ROOT}/lib/gcc/arm-linux-gnueabihf/8.3.0/include-fixed \
[all …]
/external/libvpx/
DREADME12 * All x86 targets require the Yasm[1] assembler be installed[2].
15 have this package, the install-docs option will be disabled.
24 [2]: For Visual Studio the base yasm binary (not vsyasm) should be in the
26 yasm-<version>-<arch>.exe to yasm.exe and place it in:
34 2. Out-of-tree builds
45 The 'configure' script supports a number of options. The --help option can be
47 $ ../libvpx/configure --help
59 For cross development, the most notable option is the --target option. The
60 most up-to-date list of supported targets can be found at the bottom of the
61 --help output of the configure script. As of this writing, the list of
[all …]
/external/bazelbuild-rules_rust/bindgen/3rdparty/crates/
Ddefs.bzl3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
76 # Alert on any miss-matched dependencies
298 "bindgen": Label("@rules_rust_bindgen__bindgen-0.69.1//:bindgen"),
299 "clang-sys": Label("@rules_rust_bindgen__clang-sys-1.6.1//:clang_sys"),
300 "clap": Label("@rules_rust_bindgen__clap-4.3.3//:clap"),
301 "clap_complete": Label("@rules_rust_bindgen__clap_complete-4.3.1//:clap_complete"),
[all …]
/external/angle/build/config/siso/
Dclang_linux.star1 # -*- bazel-starlark -*-
3 # Use of this source code is governed by a BSD-style license that can be
5 """Siso configuration for clang/linux."""
16 # TODO: b/323091468 - Propagate target android ABI and android SDK version
19 "aarch64-linux-android",
20 "arm-linux-androideabi",
21 "i686-linux-android",
22 "riscv64-linux-android",
23 "x86_64-linux-android",
31 "build/linux/debian_bullseye_amd64-sysroot/usr/include:include": {
[all …]

12345678910>>...45