Home
last modified time | relevance | path

Searched +full:libatomic +full:- +full:1 (Results 1 – 17 of 17) sorted by relevance

/third_party/rust/rust/compiler/rustc_llvm/
Dbuild.rs31 fn detect_llvm_link() -> (&'static str, &'static str) { in detect_llvm_link()
33 // possibly overridden by `configure --enable-llvm-link-shared`. in detect_llvm_link()
35 ("dylib", "--link-shared") in detect_llvm_link()
37 ("static", "--link-static") in detect_llvm_link()
41 // Because Cargo adds the compiler's dylib path to our library search path, llvm-config may
43 // shared library, which means that when our freshly built llvm-config goes to load it's
47 // perfect -- we might actually want to see something from Cargo's added library paths -- but
60 /// <https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-car…
61 fn tracked_env_var_os<K: AsRef<OsStr> + Display>(key: K) -> Option<OsString> { in tracked_env_var_os()
62 println!("cargo:rerun-if-env-changed={key}"); in tracked_env_var_os()
[all …]
/third_party/mesa3d/docs/relnotes/
D18.2.5.rst16 ----------------
20 dddc28928b6f4083a0d5120b58c1c8e2dc189ab5c14299c08a386607fdbbdce7 mesa-18.2.5.tar.gz
21 b12c32872832e5353155e1e8026e1f1ab75bba9dc5b178d712045684d26c2b73 mesa-18.2.5.tar.xz
24 ------------
29 ---------
31 - `Bug 105731 <https://bugs.freedesktop.org/show_bug.cgi?id=105731>`__
32 - linker error "fragment shader input ... has no matching output in
35 - `Bug 107511 <https://bugs.freedesktop.org/show_bug.cgi?id=107511>`__
36 - KHR/khrplatform.h not always installed when needed
37 - `Bug 107626 <https://bugs.freedesktop.org/show_bug.cgi?id=107626>`__
[all …]
D19.0.0.rst6 for Mesa 19.0.1.
17 ----------------
21 4c5b9c5227d37c1f6bdc786a6fa7ee7fbce40b2e8a87340c7d3234534ece3304 mesa-19.0.0.tar.gz
22 5a549dfb40ec31e5c36c47aadac04554cb2e2a8d144a046a378fc16da57e38f8 mesa-19.0.0.tar.xz
25 ------------
27 - GL_AMD_texture_texture4 on all GL 4.0 drivers.
28 - GL_EXT_shader_implicit_conversions on all drivers (ES extension).
29 - GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension).
30 - GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension).
31 - GL_EXT_render_snorm on gallium drivers (ES extension).
[all …]
/third_party/libuv/.github/workflows/
DCI-win.yml1 name: CI-win
6 - '**'
7 - '!docs/**'
8 - '!src/unix/**'
9 - '!.**'
10 - '.github/workflows/CI-win.yml'
13 - v[0-9].*
14 - master
17 build-windows:
18 runs-on: windows-${{ matrix.config.server }}
[all …]
/third_party/toybox/scripts/
Dmcm-buildall.sh3 # Script to build all cross and native compilers supported by musl-libc.
6 if [ ! -d litecross ]
8 echo Run this script in musl-cross-make directory to make "ccc" directory.
10 echo " "git clone https://github.com/richfelker/musl-cross-make
11 echo " "cd musl-cross-make
12 echo ' ~/toybox/scripts/mcm-buildall.sh'
13 exit 1
19 BOOTSTRAP=i686-linux-musl
21 [ -z "$OUTPUT" ] && OUTPUT="$PWD/ccc"
23 if [ "$1" == clean ]
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/st/scripts/
Drun_benchmark_cropping_size.sh8 cd ${x86_path} || exit 1
9 tar -zxf mindspore-lite-${version}-linux-x64.tar.gz || exit 1
10 cd ${x86_path}/mindspore-lite-${version}-linux-x64/ || exit 1
12 cp tools/converter/converter/converter_lite ./ || exit 1
15 rm -rf ${ms_models_path}
16 mkdir -p ${ms_models_path}
21 # $1:cfgFileList; $2:inModelPath; $3:outModelPath; $4:logFile; $5:resultFile;
30 …# $1:cfgFileList; $2:modelPath; $3:dataPath; $4:logFile; $5:resultFile; $6:platform; $7:processor;…
37 cd ${basepath} || exit 1
41 cd ${arm64_path} || exit 1
[all …]
Drun_cropper.sh4 …echo -e "-----------------------------------------------------------------------------------------…
8 printf "%-25s %-100s %-8s %-7s\n" ${arr[0]} ${arr[1]} ${arr[2]} ${arr[2]}
11 …echo -e "-----------------------------------------------------------------------------------------…
16 cd ${arm64_path} || exit 1
17 tar -zxf mindspore-lite-${version}-android-aarch64.tar.gz || exit 1
18 cd mindspore-lite-${version}-android-aarch64 || exit 1
19 cp -a ./runtime/third_party/hiai_ddk/lib/libhiai.so "${cropper_test_path}"/libhiai.so || exit 1
20 …cp -a ./runtime/third_party/hiai_ddk/lib/libhiai_ir.so "${cropper_test_path}"/libhiai_ir.so || exi…
21 …cp -a ./runtime/third_party/hiai_ddk/lib/libhiai_ir_build.so "${cropper_test_path}"/libhiai_ir_bui…
23 cp -a ./runtime/lib/libmindspore-lite.a "${cropper_test_path}"/libmindspore-lite.a || exit 1
[all …]
/third_party/grpc/src/python/grpcio_observability/
Dsetup.py7 # http://www.apache.org/licenses/LICENSE-2.0
44 "Development Status :: 5 - Production/Stable",
70 with open("/etc/os-release", "r") as f:
84 # At least on linux, this is normally not needed as we can build manylinux-compatible wheels on lin…
87 # it's difficult to ensure that the crosscompilation toolchain has a high-enough version
88 # of GCC (we require >=5.1) but still uses old-enough libstdc++ symbols.
96 """Test if linker on system needs libatomic."""
103 cxx + ["-x", "c++", "-std=c++17", "-"],
111 # Double-check to see if -latomic actually can solve the problem.
114 cxx + ["-x", "c++", "-std=c++17", "-", "-latomic"],
[all …]
/third_party/protobuf/
DCMakeLists.txt1 # Minimum CMake required. If available, accept the policy-controlled behavior up
39 # We support Unity (Jumbo) builds best-effort.
65 include(${protobuf_SOURCE_DIR}/cmake/protobuf-options.cmake)
99 set(protobuf_VERSION_REGEX "^([0-9]+)\\.([0-9]+)\\.([0-9]+)([-]rc[-]|\\.)?([0-9]*)$")
100 string(REGEX REPLACE "${protobuf_VERSION_REGEX}" "\\1"
140 …check_linker_flag(CXX -Wl,--version-script=${CMAKE_CURRENT_BINARY_DIR}/cmaketest.map protobuf_HAVE…
144 …set(CMAKE_REQUIRED_FLAGS ${CMAKE_REQUIRED_FLAGS} -Wl,--version-script=${CMAKE_CURRENT_BINARY_DIR}/…
168 set(HAVE_ZLIB 1)
186 # We need to link with libatomic on systems that do not have builtin atomics, or
192 set(CMAKE_REQUIRED_FLAGS ${CMAKE_REQUIRED_FLAGS} -std=c++14)
[all …]
/third_party/grpc/tools/distrib/python/grpcio_tools/
Dsetup.py7 # http://www.apache.org/licenses/LICENSE-2.0
56 "Development Status :: 5 - Production/Stable",
76 # At least on linux, this is normally not needed as we can build manylinux-compatible wheels on lin…
79 # it's difficult to ensure that the crosscompilation toolchain has a high-enough version
80 # of GCC (we require >=5.1) but still uses old-enough libstdc++ symbols.
88 """Test if linker on system needs libatomic."""
95 [cxx, "-x", "c++", "-std=c++17", "-"],
103 # Double-check to see if -latomic actually can solve the problem.
106 [cxx, "-x", "c++", "-std=c++17", "-", "-latomic"],
121 # E.g. on x64 linux the suffix is ".cpython-XYZ-x86_64-linux-gnu.so"
[all …]
/third_party/grpc/
Dsetup.py7 # http://www.apache.org/licenses/LICENSE-2.0
43 # Redirect the manifest template from MANIFEST.in to PYTHON-MANIFEST.in.
44 egg_info.manifest_maker.template = "PYTHON-MANIFEST.in"
52 ABSL_INCLUDE = (os.path.join("third_party", "abseil-cpp"),)
71 os.path.join("third_party", "boringssl-with-bazel", "src", "include"),
74 UPB_GRPC_GENERATED_INCLUDE = (os.path.join("src", "core", "ext", "upb-gen"),)
76 os.path.join("src", "core", "ext", "upbdefs-gen"),
87 # Break import-style to ensure we can actually find our in-repo dependencies.
104 "Development Status :: 5 - Production/Stable",
129 # Example value: "linux-aarch64"
[all …]
/third_party/rust/crates/rust-openssl/openssl-sys/
DCHANGELOG.md5 ## [v0.9.91] - 2023-08-06
16 ## [v0.9.90] - 2023-06-20
22 ## [v0.9.89] - 2023-06-20
37 ## [v0.9.88] - 2023-05-30
49 ## [v0.9.87] - 2023-04-24
60 ## [v0.9.86] - 2023-04-20
71 ## [v0.9.85] - 2023-04-09
77 ## [v0.9.84] - 2023-04-01
85 ## [v0.9.83] - 2023-03-23
96 ## [v0.9.82] - 2023-03-19
[all …]
/third_party/rust/rust/src/bootstrap/
Dllvm.rs8 //! LLVM and compiler-rt are essentially just wired up to everything else to
30 /// Path to llvm-config binary.
31 /// NB: This is always the host llvm-config!
69 /// It's used to avoid busting caches during x.py check -- if we've already built
72 /// This will return the llvm-config if it can get it (but it will not build it
77 ) -> Result<LlvmResult, Meta> { in prebuilt_llvm_config()
96 let root = "src/llvm-project/llvm"; in prebuilt_llvm_config()
104 let build_llvm_config = llvm_config_ret_dir.join(exe("llvm-config", builder.config.build)); in prebuilt_llvm_config()
108 let stamp = out_dir.join("llvm-finished-building"); in prebuilt_llvm_config()
129 pub(crate) fn detect_llvm_sha(config: &Config, is_git: bool) -> String { in detect_llvm_sha()
[all …]
/third_party/mesa3d/
Dmeson.build1 # Copyright © 2017-2020 Intel Corporation
2 # SPDX-License-Identifier: MIT
12 'b_ndebug=if-release',
22 add_project_arguments('-fobjc-arc', language : 'objc')
45 …ug') == 'true' or (get_option('buildtype') == 'release' and get_option('b_ndebug') == 'if-release')
51 '-D__STDC_CONSTANT_MACROS',
52 '-D__STDC_FORMAT_MACROS',
53 '-D__STDC_LIMIT_MACROS',
54 '-DPACKAGE_VERSION="@0@"'.format(meson.project_version()),
55 '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"',
[all …]
/third_party/ffmpeg/
Dconfigure5 # Copyright (c) 2000-2002 Fabrice Bellard
6 # Copyright (c) 2005-2008 Diego Biurrun
7 # Copyright (c) 2005-2008 Mans Rullgard
18 echo "Trying shell $1"
19 type "$1" > /dev/null 2>&1 && exec "$@"
32 if test "0$FF_CONF_EXEC" -lt 1; then
33 FF_CONF_EXEC=1
36 if test "0$FF_CONF_EXEC" -lt 2; then
40 if test "0$FF_CONF_EXEC" -lt 3; then
45 echo "This configure script requires a POSIX-compatible shell"
[all …]
/third_party/libabigail/tests/data/test-read-dwarf/
DPR22015-libboost_iostreams.so.abi1 <abi-corpus version='2.2'>
2 <elf-needed>
3 <dependency name='build/cached/third_party/boost-1.60.0/libboost_system.so'/>
7 <dependency name='librt.so.1'/>
9 <dependency name='libatomic.so.1'/>
11 <dependency name='libgcc_s.so.1'/>
14 </elf-needed>
15 <elf-function-symbols>
16-symbol name='_ZN5boost10shared_ptrINS_9iostreams6detail16mapped_file_implEE5resetIS3_EEvPT_' type…
17-symbol name='_ZN5boost10shared_ptrINS_9iostreams6detail20file_descriptor_implEE5resetIS3_EEvPT_' …
[all …]
DPR22122-libftdc.so.abi1 <abi-corpus version='2.2'>
2 <elf-needed>
19 <dependency name='build/cached/third_party/zlib-1.2.8/libzlib.so'/>
21 <dependency name='build/cached/third_party/snappy-1.1.3/libsnappy.so'/>
24 <dependency name='build/cached/third_party/yaml-cpp-0.5.3/libyaml.so'/>
40 <dependency name='build/cached/third_party/pcre-8.41/libpcrecpp.so'/>
44 <dependency name='build/cached/third_party/boost-1.60.0/libboost_program_options.so'/>
45 <dependency name='build/cached/third_party/boost-1.60.0/libboost_iostreams.so'/>
46 <dependency name='build/cached/third_party/boost-1.60.0/libboost_filesystem.so'/>
47 <dependency name='build/cached/third_party/boost-1.60.0/libboost_system.so'/>
[all …]