search for: wasm64

Displaying 2 results from an estimated 2 matches for "wasm64".

2017 Apr 07
2
compiler-rt builtin library in ppc64le architecture
...ry generated (libclang_rt.builtins-x86_64.a). Taking a look in a cmake config file from compiler-rt, I saw that ppc64 is not in the supported architecture list to generate the builtin library: set(ALL_BUILTIN_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${MIPS32} ${MIPS64} ${WASM32} ${WASM64}) But in compiler-rt webpage (https://compiler-rt.llvm.org/), under "Platform Support", says: "builtins is known to work on the following platforms: - Machine Architectures: i386, X86-64, SPARC64, ARM, PowerPC, PowerPC 64." Shouldn't the builtin library be built in ppc...
2016 Mar 14
3
clang triple and clang target
On Sat, Mar 12, 2016 at 2:38 PM, Tim Northover <t.p.northover at gmail.com> wrote: > On 12 March 2016 at 11:51, Rail Shafigulin via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > I tried every possible combination of --target I could think of but > nothing > > worked. Would you mind helping me out? > > First, 64-bit x86 is "x86_64", and 32-bit