Home
last modified time | relevance | path

Searched +full:x86_64 +full:- +full:osx (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/external/clang/test/Driver/
Darclite-link.c2 …clang -### -target x86_64-apple-darwin10 -fobjc-link-runtime -lfoo -mmacosx-version-min=10.7 %t.o …
3 // RUN: %clang -### -target x86_64-apple-darwin10 -fobjc-link-runtime -mmacosx-version-min=10.8 %t.…
4 // RUN: %clang -### -target i386-apple-darwin10 -fobjc-link-runtime -mmacosx-version-min=10.7 %t.o …
5 // RUN: %clang -### -target x86_64-apple-darwin10 -fobjc-link-runtime -nostdlib %t.o 2>&1 | FileChe…
7 // CHECK-ARCLITE-OSX: -lfoo
8 // CHECK-ARCLITE-OSX: libarclite_macosx.a
9 // CHECK-ARCLITE-OSX: -framework
10 // CHECK-ARCLITE-OSX: Foundation
11 // CHECK-ARCLITE-OSX: -lobjc
12 // CHECK-NOARCLITE-NOT: libarclite
[all …]
Dincompatible_sysroot.c1 // REQUIRES: x86-registered-target
2 // REQUIRES: aarch64-registered-target
4-target x86_64-apple-darwin -Wincompatible-sysroot -isysroot SDKs/MacOSX10.9.sdk -mios-version-min…
5-target arm64-apple-darwin -Wincompatible-sysroot -isysroot SDKs/iPhoneOS9.2.sdk -mwatchos-version
6-target arm64-apple-darwin -Wincompatible-sysroot -isysroot SDKs/iPhoneOS9.2.sdk -mtvos-version-mi…
7-target x86_64-apple-darwin -Wincompatible-sysroot -isysroot SDKs/iPhoneSimulator9.2.sdk -mios-ver…
8-target x86_64-apple-darwin -Wno-incompatible-sysroot -isysroot SDKs/MacOSX10.9.sdk -mios-version-
11 // CHECK-OSX-IOS: warning: using sysroot for 'MacOSX' but targeting 'iPhone'
12 // CHECK-IOS-WATCHOS: warning: using sysroot for 'iPhoneOS' but targeting 'Watch'
13 // CHECK-IOS-TVOS: warning: using sysroot for 'iPhoneOS' but targeting 'AppleTV'
[all …]
/external/protobuf/protoc-artifacts/
Dbuild-protoc.sh4 # protoc plugins into target/<OS>/<ARCH>/protoc-gen-*.exe
6 # Usage: ./build-protoc.sh <OS> <ARCH> <TARGET>
8 # <TARGET> can be "protoc" or "protoc-gen-javalite". Supported <OS> <ARCH>
11 # cygwin windows x86_32 Requires: i686-w64-mingw32-gcc
12 # cygwin windows x86_64 Requires: x86_64-w64-mingw32-gcc
13 # linux linux aarch_64 Requires: g++-aarch64-linux-gnu
15 # linux linux x86_64
16 # linux windows x86_32 Requires: i686-w64-mingw32-gcc
17 # linux windows x86_64 Requires: x86_64-w64-mingw32-gcc
18 # macos osx x86_32
[all …]
Dbuild-zip.sh3 if [ $# -ne 2 ]; then
7 TARGET: protoc | protoc-gen-javalite
11 $ $0 protoc-gen-javalite 3.0.0
13 This script will download pre-built protoc or protoc plugin binaries from maven
15 release page. If the target is protoc, well-known type .proto files will also be
17 dist/<TARGET>-<VERSION_NUMBER>-win32.zip
18 dist/<TARGET>-<VERSION_NUMBER>-win64.zip
19 dist/<TARGET>-<VERSION_NUMBER>-osx-x86_32.zip
20 dist/<TARGET>-<VERSION_NUMBER>-osx-x86_64.zip
21 dist/<TARGET>-<VERSION_NUMBER>-linux-x86_32.zip
[all …]
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
16 language-specific code for Protobuf messages and RPC interfaces.
19 <url>https://developers.google.com/protocol-buffers/</url>
22 <name>3-Clause BSD License</name>
23 <url>https://opensource.org/licenses/BSD-3-Clause</url>
37 <artifactId>build-helper-maven-plugin</artifactId>
41 <id>attach-artifacts</id>
44 <goal>attach-artifact</goal>
49 <file>${basedir}/target/linux/x86_64/protoc.exe</file>
[all …]
DREADME.md1 # Build scripts that publish pre-compiled protoc artifacts
14 * [build-protoc.sh](build-protoc.sh): script to cross-build the protoc for your
17 * [build-zip.sh](build-zip.sh): script to package published maven artifacts in
31 ``protoc-<version>-<os>-<arch>.exe``, e.g., ``protoc-3.6.1-linux-x86_64.exe``.
39 The scripts only work under Unix-like environments, e.g., Linux, MacOSX, and
43 ## Building from a freshly checked-out source
57 Run the build-protoc.sh script under this protoc-artifacts directory to build the protoc
61 $ cd protoc-artifacts
62 $ ./build-protoc.sh linux x86_64 protoc
65 The above command will produce a `target/linux/x86_64/protoc` binary under the
[all …]
/external/llvm-project/clang/test/Driver/
Darclite-link.c2 …clang -### -target x86_64-apple-darwin10 -fobjc-link-runtime -lfoo -mmacosx-version-min=10.10 %t.o…
3 …/ RUN: %clang -### -target x86_64-apple-darwin10 -fobjc-link-runtime -mmacosx-version-min=10.11 %t…
4 // RUN: %clang -### -target i386-apple-darwin10 -fobjc-link-runtime -mmacosx-version-min=10.7 %t.o …
5 // RUN: %clang -### -target x86_64-apple-darwin10 -fobjc-link-runtime -nostdlib %t.o 2>&1 | FileChe…
7 // CHECK-ARCLITE-OSX: -lfoo
8 // CHECK-ARCLITE-OSX: libarclite_macosx.a
9 // CHECK-ARCLITE-OSX: -framework
10 // CHECK-ARCLITE-OSX: Foundation
11 // CHECK-ARCLITE-OSX: -lobjc
12 // CHECK-NOARCLITE-NOT: libarclite
[all …]
Dincompatible_sysroot.c1 // REQUIRES: x86-registered-target
2 // REQUIRES: aarch64-registered-target
4-target x86_64-apple-darwin -Wincompatible-sysroot -isysroot SDKs/MacOSX10.9.sdk -mios-version-min…
5-target arm64-apple-darwin -Wincompatible-sysroot -isysroot SDKs/iPhoneOS9.2.sdk -mwatchos-version
6-target arm64-apple-darwin -Wincompatible-sysroot -isysroot SDKs/iPhoneOS9.2.sdk -mtvos-version-mi…
7-target x86_64-apple-darwin -Wincompatible-sysroot -isysroot SDKs/iPhoneSimulator9.2.sdk -mios-ver…
8-target x86_64-apple-darwin -Wno-incompatible-sysroot -isysroot SDKs/MacOSX10.9.sdk -mios-version-
11 // CHECK-OSX-IOS: warning: using sysroot for 'MacOSX' but targeting 'iPhone'
12 // CHECK-IOS-WATCHOS: warning: using sysroot for 'iPhoneOS' but targeting 'Watch'
13 // CHECK-IOS-TVOS: warning: using sysroot for 'iPhoneOS' but targeting 'AppleTV'
[all …]
Danalyzer-target-enabled-checkers.cpp4 // RUN: %clang -### -target x86_64-apple-darwin10 --analyze %s 2>&1 | FileCheck --check-prefix=CHEC…
6 // CHECK-DARWIN: "-analyzer-checker=core"
7 // CHECK-DARWIN-SAME: "-analyzer-checker=apiModeling"
8 // CHECK-DARWIN-SAME: "-analyzer-checker=unix"
9 // CHECK-DARWIN-SAME: "-analyzer-checker=osx"
10 // CHECK-DARWIN-SAME: "-analyzer-checker=deadcode"
11 // CHECK-DARWIN-SAME: "-analyzer-checker=cplusplus"
12 // CHECK-DARWIN-SAME: "-analyzer-checker=security.insecureAPI.UncheckedReturn"
13 // CHECK-DARWIN-SAME: "-analyzer-checker=security.insecureAPI.getpw"
14 // CHECK-DARWIN-SAME: "-analyzer-checker=security.insecureAPI.gets"
[all …]
/external/compiler-rt/make/platform/
Dclang_darwin.mk20 if $(LD) -v 2>&1 | grep "configured to support" \
22 if $(CC) -arch $$arch \
23 -integrated-as \
25 -isysroot $(3) \
26 -o /dev/null > /dev/null 2> /dev/null; then \
44 result=`xcrun -find $(1) 2> /dev/null`; \
50 result=`xcrun --sdk $(1).internal --show-sdk-path 2> /dev/null`; \
52 result=`xcrun --sdk $(1) --show-sdk-path 2> /dev/null`; \
59 LD := $(shell $(CC) -print-prog-name=ld)
83 UniversalArchs.10.4 := $(call CheckArches,i386 x86_64,10.4,$(OSX_SDK))
[all …]
/external/cpu_features/
D.travis.yml8 - $HOME/cpu_features_archives
12 - ninja-build
21 - os: linux
24 TARGET=x86_64-linux-gnu
25 - os: linux
28 TARGET=x86_64-linux-gnu
29 - os: osx
32 TARGET=x86_64-osx
34 - os: osx
37 TARGET=x86_64-osx
[all …]
/external/llvm-project/clang/test/Analysis/Checkers/
DRunLoopAutoreleaseLeakChecker.m1 // RUN: %clang_analyze_cc1 -fobjc-arc -triple x86_64-darwin\
2 // RUN: -analyzer-checker=core,osx.cocoa.RunLoopAutoreleaseLeak -verify %s
3 // RUN: %clang_analyze_cc1 -DEXTRA=1 -DAP1=1 -fobjc-arc -triple x86_64-darwin\
4 // RUN: -analyzer-checker=core,osx.cocoa.RunLoopAutoreleaseLeak -verify %s
5 // RUN: %clang_analyze_cc1 -DEXTRA=1 -DAP2=1 -fobjc-arc -triple x86_64-darwin\
6 // RUN: -analyzer-checker=core,osx.cocoa.RunLoopAutoreleaseLeak -verify %s
7 // RUN: %clang_analyze_cc1 -DEXTRA=1 -DAP3=1 -fobjc-arc -triple x86_64-darwin\
8 // RUN: -analyzer-checker=core,osx.cocoa.RunLoopAutoreleaseLeak -verify %s
9 // RUN: %clang_analyze_cc1 -DEXTRA=1 -DAP4=1 -fobjc-arc -triple x86_64-darwin\
10 // RUN: -analyzer-checker=core,osx.cocoa.RunLoopAutoreleaseLeak -verify %s
[all …]
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
DCMakeLists.txt6 filter_available_targets(SANITIZER_UNITTEST_SUPPORTED_ARCH x86_64 i386 mips64 mips64el riscv64)
56 -I${COMPILER_RT_SOURCE_DIR}/include
57 -I${COMPILER_RT_SOURCE_DIR}/lib
58 -I${COMPILER_RT_SOURCE_DIR}/lib/sanitizer_common
59 -fno-rtti
60 -O2
61 -Werror=sign-compare
62 -Wno-gnu-zero-variadic-macro-arguments
67 # -gline-tables-only must be enough for these tests, so use it if possible.
69 list(APPEND SANITIZER_TEST_CFLAGS_COMMON -gline-tables-only)
[all …]
/external/llvm-project/compiler-rt/cmake/
Dconfig-ix.cmake28 check_c_compiler_flag(-nodefaultlibs COMPILER_RT_HAS_NODEFAULTLIBS_FLAG)
30 set(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} -nodefaultlibs")
43 # programs to link successfully with -nodefaultlibs.
57 check_c_compiler_flag(-ffreestanding COMPILER_RT_HAS_FFREESTANDING_FLAG)
58 check_c_compiler_flag(-std=c11 COMPILER_RT_HAS_STD_C11_FLAG)
59 check_cxx_compiler_flag(-fPIC COMPILER_RT_HAS_FPIC_FLAG)
60 check_cxx_compiler_flag(-fPIE COMPILER_RT_HAS_FPIE_FLAG)
61 check_cxx_compiler_flag(-fno-builtin COMPILER_RT_HAS_FNO_BUILTIN_FLAG)
62 check_cxx_compiler_flag(-fno-exceptions COMPILER_RT_HAS_FNO_EXCEPTIONS_FLAG)
63 check_cxx_compiler_flag(-fomit-frame-pointer COMPILER_RT_HAS_FOMIT_FRAME_POINTER_FLAG)
[all …]
Dbuiltin-config-ix.cmake8 builtin_check_c_compiler_flag(-fPIC COMPILER_RT_HAS_FPIC_FLAG)
9 builtin_check_c_compiler_flag(-fPIE COMPILER_RT_HAS_FPIE_FLAG)
10 builtin_check_c_compiler_flag(-fno-builtin COMPILER_RT_HAS_FNO_BUILTIN_FLAG)
11 builtin_check_c_compiler_flag(-std=c11 COMPILER_RT_HAS_STD_C11_FLAG)
12 builtin_check_c_compiler_flag(-fvisibility=hidden COMPILER_RT_HAS_VISIBILITY_HIDDEN_FLAG)
13 builtin_check_c_compiler_flag(-fomit-frame-pointer COMPILER_RT_HAS_OMIT_FRAME_POINTER_FLAG)
14 builtin_check_c_compiler_flag(-ffreestanding COMPILER_RT_HAS_FREESTANDING_FLAG)
15 builtin_check_c_compiler_flag(-fxray-instrument COMPILER_RT_HAS_XRAY_COMPILER_FLAG)
35 asm(\".arch armv8-a+lse\");
43 set(X86_64 x86_64) variable
[all …]
/external/compiler-rt/lib/sanitizer_common/tests/
DCMakeLists.txt6 filter_available_targets(SANITIZER_UNITTEST_SUPPORTED_ARCH x86_64 i386 mips64 mips64el)
49 -I${COMPILER_RT_SOURCE_DIR}/include
50 -I${COMPILER_RT_SOURCE_DIR}/lib
51 -I${COMPILER_RT_SOURCE_DIR}/lib/sanitizer_common
52 -fno-rtti
53 -O2
54 -Werror=sign-compare
55 -Wno-non-virtual-dtor)
59 list(APPEND SANITIZER_TEST_CFLAGS_COMMON -fno-exceptions -DGTEST_HAS_SEH=0)
62 # -gline-tables-only must be enough for these tests, so use it if possible.
[all …]
/external/compiler-rt/cmake/
Dbuiltin-config-ix.cmake6 builtin_check_c_compiler_flag(-fPIC COMPILER_RT_HAS_FPIC_FLAG)
7 builtin_check_c_compiler_flag(-fPIE COMPILER_RT_HAS_FPIE_FLAG)
8 builtin_check_c_compiler_flag(-fno-builtin COMPILER_RT_HAS_FNO_BUILTIN_FLAG)
9 builtin_check_c_compiler_flag(-std=c99 COMPILER_RT_HAS_STD_C99_FLAG)
10 builtin_check_c_compiler_flag(-fvisibility=hidden COMPILER_RT_HAS_VISIBILITY_HIDDEN_FLAG)
11 builtin_check_c_compiler_flag(-fomit-frame-pointer COMPILER_RT_HAS_OMIT_FRAME_POINTER_FLAG)
12 builtin_check_c_compiler_flag(-ffreestanding COMPILER_RT_HAS_FREESTANDING_FLAG)
13 builtin_check_c_compiler_flag(-mfloat-abi=soft COMPILER_RT_HAS_FLOAT_ABI_SOFT_FLAG)
14 builtin_check_c_compiler_flag(-mfloat-abi=hard COMPILER_RT_HAS_FLOAT_ABI_HARD_FLAG)
15 builtin_check_c_compiler_flag(-static COMPILER_RT_HAS_STATIC_FLAG)
[all …]
Dconfig-ix.cmake15 check_cxx_compiler_flag(-fPIC COMPILER_RT_HAS_FPIC_FLAG)
16 check_cxx_compiler_flag(-fPIE COMPILER_RT_HAS_FPIE_FLAG)
17 check_cxx_compiler_flag(-fno-builtin COMPILER_RT_HAS_FNO_BUILTIN_FLAG)
18 check_cxx_compiler_flag(-fno-exceptions COMPILER_RT_HAS_FNO_EXCEPTIONS_FLAG)
19 check_cxx_compiler_flag(-fomit-frame-pointer COMPILER_RT_HAS_FOMIT_FRAME_POINTER_FLAG)
20 check_cxx_compiler_flag(-funwind-tables COMPILER_RT_HAS_FUNWIND_TABLES_FLAG)
21 check_cxx_compiler_flag(-fno-stack-protector COMPILER_RT_HAS_FNO_STACK_PROTECTOR_FLAG)
22 check_cxx_compiler_flag(-fno-sanitize=safe-stack COMPILER_RT_HAS_FNO_SANITIZE_SAFE_STACK_FLAG)
23 check_cxx_compiler_flag(-fvisibility=hidden COMPILER_RT_HAS_FVISIBILITY_HIDDEN_FLAG)
24 check_cxx_compiler_flag(-frtti COMPILER_RT_HAS_FRTTI_FLAG)
[all …]
/external/rust/crates/num_cpus/
D.travis.yml11 - if [ -z "$NO_ADD" ]; then rustup target add "$TARGET"; fi
14 - cargo build --verbose --target "$TARGET"
16 - if [ "$RUN" == "1" ]; then cargo test --verbose --target "$TARGET"; fi
21 # See https://docs.travis-ci.com/user/reference/overview/
22 - NUM_CPUS_TEST_GET=2
28 - name: Minimum Supported Rust Version
29 env: TARGET=x86_64-unknown-linux-gnu RUN=1 NO_ADD=1
31 # 32-bit requires multilib.
32 - env: TARGET=i686-unknown-linux-gnu RUN=1
36 - gcc-multilib
[all …]
/external/llvm-project/clang/test/Analysis/
Dretain-release-arc.m1-triple x86_64-apple-darwin10 -analyzer-checker=core,osx.coreFoundation.CFRetainRelease,osx.cocoa.…
2-triple x86_64-apple-darwin10 -analyzer-checker=core,osx.coreFoundation.CFRetainRelease,osx.cocoa.…
33 - (BOOL)isEqual:(id)object;
34 - (id)retain;
35 - (oneway void)release;
36 - (id)autorelease;
37 - (NSString *)description;
38 - (id)init;
44 - (void)dealloc;
89 - (NSDictionary *)copyTestWithBridgeReturningRetainable:(NSData *)plistData {
[all …]
/external/llvm-project/llvm/test/tools/llvm-objcopy/MachO/
Dsegment-size-alignment.test1 # RUN: yaml2obj --docnum=1 %s -o %t.armv7
2 # RUN: llvm-objdump --private-headers %t.armv7 | FileCheck %s --check-prefix=ARMV7
5 # ARMV7-NEXT: vmaddr 0x00000000
6 # ARMV7-NEXT: vmsize 0x00004000
8 # ARMV7-NEXT: vmaddr 0x00004000
9 # ARMV7-NEXT: vmsize 0x00008000
11 # ARMV7-NEXT: vmaddr 0x0000c000
12 # ARMV7-NEXT: vmsize 0x00004000
14 # RUN: yaml2obj --docnum=2 %s -o %t.arm64
15 # RUN: llvm-objdump --private-headers %t.arm64 | FileCheck %s --check-prefix=ARM64
[all …]
/external/capstone/
Dmake.sh4 # By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2015
6 # Note: to cross-compile "nix32" on Linux, package gcc-multilib is required.
9 [ ${MAKE_JOBS} -lt 1 ] && \
14 if [ -z "$NDK" ]; then
19 HOSTOS=$(uname -s | tr 'LD' 'ld')
20 HOSTARCH=$(uname -m)
27 [ -n "$APILEVEL" ] || APILEVEL="android-14" # default to ICS
28 CROSS=arm-linux-androideabi
31 [ -n "$APILEVEL" ] || APILEVEL="android-21" # first with arm64
32 CROSS=aarch64-linux-android
[all …]
/external/protobuf/csharp/
Dbuild_tools.sh3 if [ $# -ne 1 ]; then
10 This script will download pre-built protoc binaries from maven repository and
11 create the Google.Protobuf.Tools package. Well-known type .proto files will also
19 declare -a FILE_NAMES=( \
20 windows_x86 windows-x86_32.exe \
21 windows_x64 windows-x86_64.exe \
22 macosx_x86 osx-x86_32.exe \
23 macosx_x64 osx-x86_64.exe \
24 linux_x86 linux-x86_32.exe \
25 linux_x64 linux-x86_64.exe \
[all …]
/external/llvm-project/compiler-rt/lib/asan/tests/
DCMakeLists.txt5 # no-instrumentation tests.
9 # and have some elements of version skew -- they test the *host* compiler's
10 # instrumentation against the just-built runtime library.
27 -I${COMPILER_RT_SOURCE_DIR}/include
28 -I${COMPILER_RT_SOURCE_DIR}/lib
29 -I${COMPILER_RT_SOURCE_DIR}/lib/asan
30 -I${COMPILER_RT_SOURCE_DIR}/lib/sanitizer_common/tests
31 -fno-rtti
32 -O2
33 -Wno-format
[all …]
/external/llvm-project/compiler-rt/lib/interception/tests/
DCMakeLists.txt3 filter_available_targets(INTERCEPTION_UNITTEST_SUPPORTED_ARCH x86_64 i386 mips64 mips64el)
16 -I${COMPILER_RT_SOURCE_DIR}/include
17 -I${COMPILER_RT_SOURCE_DIR}/lib
18 -I${COMPILER_RT_SOURCE_DIR}/lib/interception
19 -fno-rtti
20 -O2
21 -Werror=sign-compare)
26 # -gline-tables-only must be enough for these tests, so use it if possible.
28 list(APPEND INTERCEPTION_TEST_CFLAGS_COMMON -gline-tables-only)
30 list(APPEND INTERCEPTION_TEST_CFLAGS_COMMON -g)
[all …]

12345678910>>...12