Searched +full:- +full:darch (Results 1 – 4 of 4) sorted by relevance
6 # RUN: yaml2obj --docnum=1 %s -o %t-non-flags7 # RUN: obj2yaml %t-non-flags | FileCheck %s --check-prefix=FLAGS11 --- !ELF22 # RUN: yaml2obj --docnum=2 %s -o %t-abi-o32 23 # RUN: obj2yaml %t-abi-o32 | FileCheck %s -DABI=EF_MIPS_ABI_O32 --check-prefix=ABI24 # RUN: yaml2obj --docnum=3 %s -o %t-abi-o64 25 # RUN: obj2yaml %t-abi-o64 | FileCheck -DABI=EF_MIPS_ABI_O64 %s --check-prefix=ABI26 # RUN: yaml2obj --docnum=4 %s -o %t-eabi3227 # RUN: obj2yaml %t-eabi32 | FileCheck -DABI=EF_MIPS_ABI_EABI32 %s --check-prefix=ABI28 # RUN: yaml2obj --docnum=5 %s -o %t-eabi64[all …]
6 amdgcn-amdhsa/lib/SOURCES;8 amdgcn-mesa3d/lib/SOURCES;12 ptx-nvidiacl/lib/SOURCES;20 amdgcn--21 amdgcn--amdhsa22 r600--23 nvptx--24 nvptx64--25 nvptx--nvidiacl26 nvptx64--nvidiacl[all …]
2 - Visual Studio 20177 - Win328 - x6411 - Release15 - SETARCH: i68616 - SETARCH: x86_6420 - platform: Win3222 - platform: x6427 - ps: $env:TOP = $env:APPVEYOR_BUILD_FOLDER28 - ps: $env:TOP[all …]
1 #!/bin/bash -eu8 # http://www.apache.org/licenses/LICENSE-2.018 export CXXFLAGS="$CXXFLAGS -DCRYPTOFUZZ_NO_OPENSSL"27 cp -R boost/ /usr/include/29 # Prevent Boost compilation error with -std=c++1730 export CXXFLAGS="$CXXFLAGS -D_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR"36 if [[ $CFLAGS = *-m32* ]]42 cmake .. -DCOMP="$CFLAGS" -DQUIET=on -DRAND=CALL -DSHLIB=off -DSTBIN=off -DTESTS=0 -DBENCH=0 -DALLO…43 make -j$(nproc)46 export CXXFLAGS="$CXXFLAGS -DCRYPTOFUZZ_RELIC"[all …]