Home
last modified time | relevance | path

Searched +full:llvm +full:- +full:ranlib (Results 1 – 25 of 78) sorted by relevance

1234

/external/AFLplusplus/instrumentation/
DREADME.lto.md1 # afl-clang-lto - collision free instrumentation at link time
5 This version requires a LLVM 12 or newer.
7 1. Use afl-clang-lto/afl-clang-lto++ because the resulting binaries run
13 3. It only works with LLVM 12 or newer.
17 5. If any problems arise, be sure to set `AR=llvm-ar RANLIB=llvm-ranlib AS=llvm-as`.
18 Some targets might need `LD=afl-clang-lto` and others `LD=afl-ld-lto`.
23 set during compilation are random - and hence naturally the larger the number
31 the real collisions are between 750-18.000!
37 * We instrument at link time when we have all files pre-compiled.
39 * Our compiler (afl-clang-lto/afl-clang-lto++) takes care of setting the correct
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/ffmpeg/src/main/jni/
Dbuild_ffmpeg.sh9 # http://www.apache.org/licenses/LICENSE-2.0
22 JOBS=$(nproc 2> /dev/null || sysctl -n hw.ncpu 2> /dev/null || echo 4)
25 --target-os=android
26 --enable-static
27 --disable-shared
28 --disable-doc
29 --disable-programs
30 --disable-everything
31 --disable-avdevice
32 --disable-avformat
[all …]
/external/cronet/stable/third_party/google_benchmark/src/cmake/Modules/
DFindLLVMRanLib.cmake4 NAMES llvm-ranlib
5 DOC "The llvm-ranlib executable"
14 DESCRIPTION "generate index for LLVM archive"
/external/google-benchmark/cmake/Modules/
DFindLLVMRanLib.cmake4 NAMES llvm-ranlib
5 DOC "The llvm-ranlib executable"
14 DESCRIPTION "generate index for LLVM archive"
/external/cronet/tot/third_party/google_benchmark/src/cmake/Modules/
DFindLLVMRanLib.cmake4 NAMES llvm-ranlib
5 DOC "The llvm-ranlib executable"
14 DESCRIPTION "generate index for LLVM archive"
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/ffmpeg/src/main/jni/
Dbuild_ffmpeg.sh9 # http://www.apache.org/licenses/LICENSE-2.0
22 JOBS=$(nproc 2> /dev/null || sysctl -n hw.ncpu 2> /dev/null || echo 4)
25 --target-os=android
26 --enable-static
27 --disable-shared
28 --disable-doc
29 --disable-programs
30 --disable-everything
31 --disable-avdevice
32 --disable-avformat
[all …]
/external/python/cpython3/Android/
Dandroid-env.sh7 : ${PREFIX:-} # Path in which to find required libraries
10 # Print all messages on stderr so they're visible when running within build-wheel.
24 # * https://android.googlesource.com/platform/ndk/+/ndk-rXX-release/docs/BuildSystemMaintainers.md
26 # https://android.googlesource.com/platform/ndk/+/ndk-r25-release..ndk-r26-release/docs/BuildSyst…
30 if ! [ -e $ndk ]; then
31 log "Installing NDK - this may take several minutes"
32 yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "ndk;$ndk_version"
35 if [ $HOST = "arm-linux-androideabi" ]; then
36 clang_triplet=armv7a-linux-androideabi
43 toolchain=$(echo $ndk/toolchains/llvm/prebuilt/*)
[all …]
/external/zstd/.github/workflows/
Dandroid-ndk-build.yml9 permissions: read-all
13 runs-on: ubuntu-latest
16 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
18 - name: Set up JDK 17
19 uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
21 java-version: '17'
24 - name: Setup Android SDK
25 uses: android-actions/setup-android@9fc6c4e9069bf8d3d10b2204b1fb8f6ef7065407 # v3.2.2
27 - name: Install Android NDK
29 sdkmanager --install "ndk;27.0.12077973"
[all …]
/external/mesa3d/.gitlab-ci/container/debian/
Dandroid_build.sh5 # .gitlab-ci/image-tags.yml tags:
8 set -e
10 . .gitlab-ci/setup-test-env.sh
12 set -x
20 apt-get install -y --no-remove "${EPHEMERAL[@]}"
24 curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
25 -o $ndk.zip https://dl.google.com/android/repository/$ndk-linux.zip
26 unzip -d / $ndk.zip "$ndk/source.properties" "$ndk/build/cmake/*" "$ndk/toolchains/llvm/*"
30 rdfind -makehardlinks true -makeresultsfile false /${ndk}/
32 find /${ndk}/ -type f \( -iname '*clang-check*' -o -iname '*clang-tidy*' -o -iname '*lldb*' \) -exe…
[all …]
/external/libyuv/riscv_script/
Driscv-clang.cmake8 # Avoid to use system path for cross-compile
13 set(TOOLCHAIN_PATH ${CMAKE_SOURCE_DIR}/build-toolchain-qemu/riscv-clang)
16 set(TOOLCHAIN_PREFIX "riscv64-unknown-linux-gnu-" CACHE STRING "The toolcahin prefix.")
22 # CMake will just use the host-side tools for the following tools, so we setup them here.
23 set(CMAKE_C_COMPILER_AR "${TOOLCHAIN_PATH}/bin/llvm-ar")
24 set(CMAKE_CXX_COMPILER_AR "${TOOLCHAIN_PATH}/bin/llvm-ar")
25 set(CMAKE_C_COMPILER_RANLIB "${TOOLCHAIN_PATH}/bin/llvm-ranlib")
26 set(CMAKE_CXX_COMPILER_RANLIB "${TOOLCHAIN_PATH}/bin/llvm-ranlib")
27 set(CMAKE_OBJDUMP "${TOOLCHAIN_PATH}/bin/llvm-objdump")
28 set(CMAKE_OBJCOPY "${TOOLCHAIN_PATH}/bin/llvm-objcopy")
[all …]
/external/llvm/docs/
DGoldPlugin.rst2 The LLVM gold plugin
13 The LLVM gold plugin implements the gold plugin interface on top of
21 .. _lto-how-to-build:
27 Check whether you have gold running ``/usr/bin/ld -v``. It will report "GNU
29 by running ``/usr/bin/ld -plugin``. If it complains "missing argument" then
35 .. code-block:: bash
37 $ git clone --depth 1 git://sourceware.org/git/binutils-gdb.git binutils
40 $ ../binutils/configure --enable-gold --enable-plugins --disable-werror
41 $ make all-gold
43 That should leave you with ``build/gold/ld-new`` which supports
[all …]
/external/python/cpython3/Tools/wasm/
Dwasi-env2 set -e
6 echo "wasi-env - Run command with WASI-SDK"
8 echo "wasi-env is a helper to set various environment variables to"
9 echo "run configure and make with WASI-SDK. A WASI-SDK must be either"
10 echo "installed at /opt/wasi-sdk or the env var 'WASI_SDK_PATH' must"
11 echo "set to the root of a WASI-SDK."
13 echo "Usage: wasi-env command [...]"
15 echo " -h --help display this help and exit"
20 -h|--help)
26 if test -z "$1"; then
[all …]
/external/llvm/lib/Object/
DArchive.cpp1 //===- Archive.cpp - ar File Format implementation --------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
8 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
14 #include "llvm/Object/Archive.h"
15 #include "llvm/ADT/SmallString.h"
16 #include "llvm/ADT/Twine.h"
17 #include "llvm/Support/Endian.h"
18 #include "llvm/Support/MemoryBuffer.h"
19 #include "llvm/Support/Path.h"
[all …]
/external/cronet/stable/third_party/llvm-libc/src/AOR_v20.02/
DMakefile1 # Makefile - requires GNU make
3 # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 # See https://llvm.org/LICENSE.txt for license information.
5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
16 HOST_CFLAGS = -std=c99 -O2
21 CFLAGS = -std=c99 -O2
22 CFLAGS_SHARED = -fPIC
23 CFLAGS_ALL = -Ibuild/include $(CPPFLAGS) $(CFLAGS)
27 RANLIB = $(CROSS_COMPILE)ranlib macro
32 -include config.mk
[all …]
/external/cronet/tot/third_party/llvm-libc/src/AOR_v20.02/
DMakefile1 # Makefile - requires GNU make
3 # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 # See https://llvm.org/LICENSE.txt for license information.
5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
16 HOST_CFLAGS = -std=c99 -O2
21 CFLAGS = -std=c99 -O2
22 CFLAGS_SHARED = -fPIC
23 CFLAGS_ALL = -Ibuild/include $(CPPFLAGS) $(CFLAGS)
27 RANLIB = $(CROSS_COMPILE)ranlib macro
32 -include config.mk
[all …]
/external/llvm/tools/llvm-ar/
DCMakeLists.txt9 add_llvm_tool(llvm-ar
10 llvm-ar.cpp
13 add_llvm_tool_symlink(llvm-ranlib llvm-ar)
14 add_llvm_tool_symlink(llvm-lib llvm-ar)
Dllvm-ar.cpp1 //===-- llvm-ar.cpp - LLVM archive librarian utility ----------------------===//
3 // The LLVM Compiler Infrastructure
8 //===----------------------------------------------------------------------===//
10 // Builds up (relatively) standard unix archive files (.a) containing LLVM
13 //===----------------------------------------------------------------------===//
15 #include "llvm/ADT/StringSwitch.h"
16 #include "llvm/ADT/Triple.h"
17 #include "llvm/IR/LLVMContext.h"
18 #include "llvm/IR/Module.h"
19 #include "llvm/LibDriver/LibDriver.h"
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchive.cpp1 //===- Archive.cpp - ar File Format implementation ------------------------===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
13 #include "llvm/Object/Archive.h"
14 #include "llvm/ADT/Optional.h"
15 #include "llvm/ADT/SmallString.h"
16 #include "llvm/ADT/StringRef.h"
[all …]
/external/arm-optimized-routines/
Dconfig.mk.dist3 # Copyright (c) 2018-2024, Arm Limited.
4 # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
13 #CROSS_COMPILE = aarch64-none-linux-gnu-
17 CFLAGS = -std=c99 -pipe -O3
18 CFLAGS += -Wall -Wno-missing-braces
19 CFLAGS += -Werror=implicit-function-declaration
23 HOST_CFLAGS = -std=c99 -O2
24 HOST_CFLAGS += -Wall -Wno-unused-function
27 HOST_CFLAGS += -g
28 CFLAGS += -g
[all …]
/external/llvm/test/Object/
Darchive-symtab.test1 RUN: rm -f %t.a
2 RUN: llvm-ar rcsU %t.a %p/Inputs/trivial-object-test.elf-x86-64 %p/Inputs/trivial-object-test2.elf-
3 RUN: llvm-nm -M %t.a | FileCheck %s
6 CHECK-NEXT: main in trivial-object-test.elf-x86-64
7 CHECK-NEXT: foo in trivial-object-test2.elf-x86-64
8 CHECK-NEXT: main in trivial-object-test2.elf-x86-64
9 CHECK-NOT: bar
12 RUN: rm -f %t.a
13 RUN: llvm-ar --format=gnu rcT %t.a %p/Inputs/trivial-object-test.elf-x86-64 %p/Inputs/trivial-objec…
14 RUN: llvm-nm -M %t.a | FileCheck --check-prefix=THIN %s
[all …]
/external/jemalloc_new/android/
Dconf.sh21 if [[ ! -d ${ndk} ]]; then
25 toolchain=${ndk}/toolchains/llvm/prebuilt/linux-x86_64
26 if [[ ! -d ${toolchain} ]]; then
37 prefix="arm-linux-androideabi"
38 clang_prefix="armv7a-linux-androideabi"
39 target="arm-android-linux"
42 prefix="aarch64-linux-android"
43 target="aarch64-android-linux"
46 target="x86-android-linux"
47 export CPPFLAGS="-m32"
[all …]
/external/libpng/ci/targets/windows/
Dci_env.i686-windows-llvm.sh1 # Copyright (c) 2023-2024 Cosmin Truta.
6 # SPDX-License-Identifier: MIT
12 export CI_AR="llvm-ar"
13 export CI_RANLIB="llvm-ranlib"
16 -DCMAKE_SYSTEM_NAME=Windows
17 -DCMAKE_SYSTEM_PROCESSOR=$CI_TARGET_ARCH
Dci_env.x86_64-windows-llvm.sh1 # Copyright (c) 2023-2024 Cosmin Truta.
6 # SPDX-License-Identifier: MIT
12 export CI_AR="llvm-ar"
13 export CI_RANLIB="llvm-ranlib"
16 -DCMAKE_SYSTEM_NAME=Windows
17 -DCMAKE_SYSTEM_PROCESSOR=$CI_TARGET_ARCH
Dci_env.aarch64-windows-llvm.sh1 # Copyright (c) 2023-2024 Cosmin Truta.
6 # SPDX-License-Identifier: MIT
12 export CI_AR="llvm-ar"
13 export CI_RANLIB="llvm-ranlib"
16 -DCMAKE_SYSTEM_NAME=Windows
17 -DCMAKE_SYSTEM_PROCESSOR=$CI_TARGET_ARCH
/external/curl/docs/
DINSTALL.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
22 ./bootstrap-vcpkg.sh
33 the `GIT-INFO.md` file in the root directory for specific instructions on how
41 ./configure --with-openssl [--with-gnutls --with-wolfssl]
52 ./configure --help
57 ./configure --prefix=/path/to/curl/tree
63 ./configure --prefix=$HOME
72 ./configure --with-openssl
[all …]

1234