Home
last modified time | relevance | path

Searched +full:x86_64 +full:- +full:w64 +full:- +full:mingw32 (Results 1 – 25 of 51) sorted by relevance

123

/external/clang/lib/Driver/
DMinGWToolChain.cpp1 //===--- MinGWToolChain.cpp - MinGWToolChain Implementation ---------------===//
8 //===----------------------------------------------------------------------===//
31 StringRef VersionText = llvm::sys::path::filename(LI->path()); in findGccVersion()
34 if (CandidateVersion.Major == -1) in findGccVersion()
39 GccLibDir = LI->path(); in findGccVersion()
48 Archs[0] += "-w64-mingw32"; in findGccLibDir()
49 Archs.emplace_back("mingw32"); in findGccLibDir()
96 getFilePaths().push_back(Base + Arch + "/sys-root/mingw/lib"); in MinGW()
123 return getArch() == llvm::Triple::x86_64; in IsUnwindTablesDefault()
126 bool MinGW::isPICDefault() const { return getArch() == llvm::Triple::x86_64; } in isPICDefault()
[all …]
/external/clang/test/Driver/
Dmingw.cpp1 // RUN: %clang -target i686-windows-gnu -c -### --sysroot=%S/Inputs/mingw_clang_tree/mingw32 %s 2>&…
2 // CHECK_MINGW_CLANG_TREE: "{{.*}}/Inputs/mingw_clang_tree/mingw32{{/|\\\\}}i686-w64-mingw32{{/|\\\…
3 // CHECK_MINGW_CLANG_TREE: "{{.*}}/Inputs/mingw_clang_tree/mingw32{{/|\\\\}}include"
6 …RUN: %clang -target i686-pc-windows-gnu -stdlib=libstdc++ -c -### --sysroot=%S/Inputs/mingw_mingw_…
7 …*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.8.1{{/…
8 …/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.8.1{{/|\\\\}}include{{/|\\\\}}c++{{/|…
9 …\\}}Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.8.1{{/…
10 …*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.8.1{{/…
11 …mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\\}}mingw32{{/|\\\\}}4.8.1{{/|\\\\}}include-fi…
12 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}mingw32{{/|\\\\}}includ…
[all …]
/external/jemalloc_new/
D.appveyor.yml5 - MSYSTEM: MINGW64
6 CPU: x86_64
8 - MSYSTEM: MINGW32
11 - MSYSTEM: MINGW64
12 CPU: x86_64
13 - MSYSTEM: MINGW32
15 - MSYSTEM: MINGW64
16 CPU: x86_64
18 CONFIG_FLAGS: --enable-debug
19 - MSYSTEM: MINGW32
[all …]
/external/harfbuzz_ng/
Dappveyor.yml5 - compiler: msvc
9 triplet: x86-windows
10 - compiler: msvc
14 triplet: x64-windows
16 - compiler: msvc
22 - compiler: msys2
24 MINGW_CHOST: x86_64-w64-mingw32
25 MSYS2_ARCH: x86_64
26 - compiler: msys2
27 MINGW_PREFIX: /mingw32
[all …]
Dmingw64.sh3 target=x86_64-w64-mingw32
14 # Removed -static from the following
15 export CFLAGS="-static-libgcc"
16 export CXXFLAGS="-static-libgcc -static-libstdc++"
17 export CPPFLAGS="-I$HOME/.local/$target/include -O2"
18 export LDFLAGS=-L$HOME/.local/$target/lib
22 ../configure --build=`../config.guess` --host=$target --prefix=$HOME/.local/$target "$@"
/external/jemalloc/
D.appveyor.yml5 - MSYSTEM: MINGW64
6 CPU: x86_64
8 - MSYSTEM: MINGW32
11 - MSYSTEM: MINGW64
12 CPU: x86_64
13 - MSYSTEM: MINGW32
17 - set PATH=c:\msys64\%MSYSTEM%\bin;c:\msys64\usr\bin;%PATH%
18- if defined MSVC call "c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %MSV…
19 - if defined MSVC pacman --noconfirm -Rsc mingw-w64-%CPU%-gcc gcc
20 - pacman --noconfirm -Suy mingw-w64-%CPU%-make
[all …]
/external/gptfdisk/
DMakefile.mingw641 CC=/usr/bin/x86_64-w64-mingw32-gcc
2 CXX=/usr/bin/x86_64-w64-mingw32-g++
3 STRIP=/usr/bin/x86_64-w64-mingw32-strip
4 CFLAGS=-O2 -Wall -static -static-libgcc -static-libstdc++ -D_FILE_OFFSET_BITS=64 -g
5 CXXFLAGS=-O2 -Wall -static -static-libgcc -static-libstdc++ -D_FILE_OFFSET_BITS=64 -g
6 #CXXFLAGS=-O2 -Wall -D_FILE_OFFSET_BITS=64 -I /usr/local/include -I/opt/local/include -g
7 …=guid gptpart bsd parttypes attributes crc32 mbrpart basicmbr mbr gpt support diskio diskio-windows
8 MBR_LIBS=support diskio diskio-windows basicmbr mbrpart
18 $(CXX) $(CXXFLAGS) $(LIB_OBJS) gdisk.o gpttext.o -lrpcrt4 -static-libgcc -o gdisk64.exe
21 $(CXX) $(CXXFLAGS) $(LIB_OBJS) sgdisk.o -lpopt -static-libgcc -o sgdisk64.exe
[all …]
/external/libusb/
Dappveyor_minGW.bat9 C:\msys64\usr\bin\bash -e -l -c "mkdir build-x64"
10 C:\msys64\usr\bin\bash -e -l -c ./autogen.sh
11 C:\msys64\usr\bin\bash -e -l -c "cd build-x64"
12 C:\msys64\usr\bin\bash -e -l -c "build-x64/../configure --prefix=/mingw64 --build=--build= --host=x…
13 C:\msys64\usr\bin\bash -e -l -c "make -j4"
14 C:\msys64\usr\bin\bash -e -l -c "make install"
19 C:\msys64\usr\bin\bash -e -l -c "mkdir build-Win32"
20 C:\msys64\usr\bin\bash -e -l -c ./autogen.sh
21 C:\msys64\usr\bin\bash -e -l -c "cd build-Win32"
22 C:\msys64\usr\bin\bash -e -l -c "build-Win32/../configure --prefix=/mingw32 --build=i686-w64-mingw3…
[all …]
/external/lz4/
Dappveyor.yml4 - COMPILER: "visual"
7 - COMPILER: "visual"
10 - COMPILER: "visual"
13 - COMPILER: "visual"
16 - COMPILER: "gcc"
18 - COMPILER: "gcc"
19 PLATFORM: "mingw32"
20 - COMPILER: "gcc"
24 - ECHO Installing %COMPILER% %PLATFORM% %CONFIGURATION%
25 - MKDIR bin
[all …]
/external/capstone/
Dmake.sh4 # By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2014
6 # Note: to cross-compile "nix32" on Linux, package gcc-multilib is required.
11 IOS_SDK=`xcrun --sdk iphoneos --show-sdk-path`
12 IOS_CC=`xcrun --sdk iphoneos -f clang`
13 IOS_CFLAGS="-Os -Wimplicit -isysroot $IOS_SDK"
14 IOS_LDFLAGS="-isysroot $IOS_SDK"
26 if [ -z "$NDK" ]; then
30 HOSTOS=$(uname -s | tr 'LD' 'ld')
31 HOSTARCH=$(uname -m)
38 [ -n "$APILEVEL" ] || APILEVEL="android-14" # default to ICS
[all …]
DCOMPILE.TXT2 Linux, *BSD & Solaris. We also show steps to cross-compile for Microsoft Windows.
10 *-*-*-*-*-*
28 - CAPSTONE_ARCHS: specify list of architectures to compiled in.
29 - CAPSTONE_USE_SYS_DYN_MEM: change this if you have your own dynamic memory management.
30 - CAPSTONE_DIET: use this to make the output binaries more compact.
31 - CAPSTONE_X86_REDUCE: another option to make X86 binary smaller.
32 - CAPSTONE_X86_ATT_DISABLE: disables AT&T syntax on x86.
33 - CAPSTONE_STATIC: build static library.
34 - CAPSTONE_SHARED: build dynamic (shared) library.
54 - To compile for current platform, run:
[all …]
/external/protobuf/protoc-artifacts/
Dbuild-protoc.sh5 # Usage: build-protoc.sh <OS> <ARCH>
6 # <OS> and <ARCH> are ${os.detected.name} and ${os.detected.arch} from os-maven-plugin
37 if [ -z "$lineno" ]; then
50 # Usage: checkArch <path-to-protoc>
56 format="$(objdump -f "$1" | grep -o "file format .*$" | grep -o "[^ ]*$")"
60 assertEq $format "elf32-i386" $LINENO
61 elif [[ "$ARCH" == x86_64 ]]; then
62 assertEq $format "elf64-x86-64" $LINENO
69 assertEq $format "pei-i386" $LINENO
70 elif [[ "$ARCH" == x86_64 ]]; then
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dwin64_alloca_dynalloca.ll1 ; RUN: llc < %s -join-physregs -mtriple=x86_64-mingw32 | FileCheck %s -check-prefix=M64
2 ; RUN: llc < %s -join-physregs -mtriple=x86_64-win32 | FileCheck %s -check-prefix=W64
3 ; RUN: llc < %s -join-physregs -mtriple=x86_64-win32-macho | FileCheck %s -check-prefix=EFI
8 ; only -join-physregs resolves. It could also be handled by a parallel copy.
19 ; M64-NOT: %rsp
22 ; W64: movq %rsp, %rbp
23 ; W64: $4096, %rax
24 ; W64: callq __chkstk
25 ; W64: subq $4096, %rsp
30 ; EFI-NOT: call
[all …]
/external/grpc-grpc/
DRakefile1 # -*- ruby -*-
14 task.options = ['-c', 'src/ruby/.rubocop.yml']
29 # cross-compilation is contained in the "ext.cross_platform" array.
37 'x86-mingw32', 'x64-mingw32',
38 'x86_64-linux', 'x86-linux',
39 'universal-darwin'
76 t.rspec_opts = "--tag #{suite[:tag]}" if suite[:tag]
78 t.rspec_opts = suite[:tags].map { |x| "--tag #{x}" }.join(' ')
89-D_WIN32_WINNT=0x600 -DNTDDI_VERSION=0x06000000 -DUNICODE -D_UNICODE -Wno-unused-variable -Wno-unu…
90 env += 'CFLAGS="-Wno-incompatible-pointer-types" '
[all …]
/external/llvm/test/CodeGen/X86/
Dwin64_alloca_dynalloca.ll1 ; RUN: llc < %s -mcpu=generic -enable-misched=false -mtriple=x86_64-mingw32 | FileCheck %s -che…
2 ; RUN: llc < %s -mcpu=generic -enable-misched=false -mtriple=x86_64-win32 | FileCheck %s -che…
3 ; RUN: llc < %s -mcpu=generic -enable-misched=false -mtriple=x86_64-win32 -code-model=large | FileC…
4 ; RUN: llc < %s -mcpu=generic -enable-misched=false -mtriple=x86_64-win32-macho | FileCheck %s -che…
9 ; M64-LABEL: unaligned:
10 ; W64-LABEL: unaligned:
11 ; EFI-LABEL: unaligned:
23 ; W64: $4096, %eax
24 ; W64: callq __chkstk
25 ; W64: subq %rax, %rsp
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dwin64_alloca_dynalloca.ll1 ; RUN: llc < %s -mcpu=generic -enable-misched=false -mtriple=x86_64-mingw32 | FileCheck %s -che…
2 ; RUN: llc < %s -mcpu=generic -enable-misched=false -mtriple=x86_64-win32 | FileCheck %s -che…
3 ; RUN: llc < %s -mcpu=generic -enable-misched=false -mtriple=x86_64-win32 -code-model=large | FileC…
4 ; RUN: llc < %s -mcpu=generic -enable-misched=false -mtriple=x86_64-win32-macho | FileCheck %s -che…
9 ; M64-LABEL: unaligned:
10 ; W64-LABEL: unaligned:
11 ; EFI-LABEL: unaligned:
23 ; W64: $4096, %eax
24 ; W64: callq __chkstk
25 ; W64: subq %rax, %rsp
[all …]
Dwin32-ssp.ll1 ; RUN: llc -mtriple=x86_64-w64-mingw32 < %s -o - | FileCheck --check-prefix=MINGW %s
2 ; RUN: llc -mtriple=x86_64-pc-windows-itanium < %s -o - | FileCheck --check-prefix=MSVC %s
3 ; RUN: llc -mtriple=x86_64-pc-windows-msvc < %s -o - | FileCheck --check-prefix=MSVC %s
11 ; MINGW-LABEL: func:
18 ; MSVC-LABEL: func:
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DGetHostTriple.cmake7 set( value "x86_64-pc-win32" )
9 set( value "i686-pc-win32" )
13 set( value "x86_64-w64-mingw32" )
15 set( value "i686-pc-mingw32" )
/external/llvm/cmake/modules/
DGetHostTriple.cmake7 set( value "x86_64-pc-win32" )
9 set( value "i686-pc-win32" )
13 set( value "x86_64-w64-mingw32" )
15 set( value "i686-pc-mingw32" )
/external/swiftshader/third_party/LLVM/cmake/modules/
DGetTargetTriple.cmake7 set( value "x86_64-pc-win32" )
9 set( value "i686-pc-win32" )
13 set( value "x86_64-w64-mingw32" )
15 set( value "i686-pc-mingw32" )
/external/clang/test/Sema/
Dbuiltins-decl.c1 // RUN: %clang_cc1 %s -fsyntax-only -verify -triple=i686-mingw32
2 // RUN: %clang_cc1 %s -fsyntax-only -verify -triple=x86_64-mingw32
3 // expected-no-diagnostics
5 // mingw-w64's intrin.h has decls below.
/external/mesa3d/scons/
Dcrossmingw.py3 Tool-specific initialization for MinGW (http://www.mingw.org/)
45 # (We only search for the mingw-w64 toolchain, and not the mingw.org one.)
47 i686-w64-mingw32-
50 x86_64-w64-mingw32-
54 if env['machine'] == 'x86_64':
69 if dll: cmd.extend(['-o', dll])
74 if implib: cmd.append('-Wl,--out-implib,'+implib.get_string(for_signature))
77 if def_target: cmd.append('-Wl,--output-def,'+def_target.get_string(for_signature))
145 env['SHLINKFLAGS'] = SCons.Util.CLVar('$LINKFLAGS -shared')
160 …env['RCCOM'] = '$RC $_CPPDEFFLAGS $_CPPINCFLAGS ${INCPREFIX}${SOURCE.dir} $RCFLAGS -i $SOURCE -o $…
/external/clang/test/CodeGen/
D2007-06-18-SextAttrAggregate.c1 // RUN: %clang_cc1 %s -o - -emit-llvm | FileCheck %s
2 // XFAIL: aarch64, arm64, x86_64-pc-win32, x86_64-w64-mingw32
/external/brotli/scripts/
Dappveyor.yml3 - master
7 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
12 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
17 - BUILD_SYSTEM: CMake
21 - BUILD_SYSTEM: CMake
25 - BUILD_SYSTEM: Python
30 - BUILD_SYSTEM: Python
31 PYTHON: "C:\\Python36-x64"
35 - BUILD_SYSTEM: make
38 - BUILD_SYSTEM: make
[all …]
/external/libaom/libaom/build/cmake/toolchains/
Dx86_64-mingw-gcc.cmake16 set(CMAKE_SYSTEM_PROCESSOR "x86_64")
20 set(CROSS x86_64-w64-mingw32-)

123