Displaying 3 results from an estimated 3 matches for "dcrt_has_128bit".
2018 Apr 26
2
windows ABI problem with i128?
I'm trying to use LLVM to create compiler-rt.o on Windows. I use this
command from the compiler-rt project:
[nix-shell:~/downloads/llvm-project/compiler-rt]$ clang -nostdlib -S
-emit-llvm lib/builtins/udivti3.c -g -target x86_64-windows
-DCRT_HAS_128BIT
The resulting LLVM IR is:
=================================================================
; ModuleID = 'lib/builtins/udivti3.c'
source_filename = "lib/builtins/udivti3.c"
target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64--window...
2018 Apr 26
0
windows ABI problem with i128?
...lists.llvm.org> wrote:
> I'm trying to use LLVM to create compiler-rt.o on Windows. I use this
> command from the compiler-rt project:
>
> [nix-shell:~/downloads/llvm-project/compiler-rt]$ clang -nostdlib -S
> -emit-llvm lib/builtins/udivti3.c -g -target x86_64-windows
> -DCRT_HAS_128BIT
>
> The resulting LLVM IR is:
> =================================================================
>
> ; ModuleID = 'lib/builtins/udivti3.c'
> source_filename = "lib/builtins/udivti3.c"
> target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
>...
2018 Apr 26
1
windows ABI problem with i128?
...> I'm trying to use LLVM to create compiler-rt.o on Windows. I use this
> > command from the compiler-rt project:
> >
> > [nix-shell:~/downloads/llvm-project/compiler-rt]$ clang -nostdlib -S
> > -emit-llvm lib/builtins/udivti3.c -g -target x86_64-windows
> > -DCRT_HAS_128BIT
> >
> > The resulting LLVM IR is:
> > =================================================================
> >
> > ; ModuleID = 'lib/builtins/udivti3.c'
> > source_filename = "lib/builtins/udivti3.c"
> > target datalayout = "e-m:w-i64:64...