Displaying 4 results from an estimated 4 matches for "int_global_ctors".
2014 Sep 19
7
[LLVMdev] [RFC] Exhaustive bitcode compatibility tests for IR features
...| FileCheck -check-prefix=CHECK-INT %s
%0 = type { i32, void ()*, i8* }
@llvm.global_ctors = appending global [1 x %0] [%0 { i32 65535, void ()* @ctor, i8* @data }]
; CHECK: @llvm.global_ctors = appending global [1 x %0] [%0 { i32 65535, void ()* @ctor, i8* @data }]
; CHECK-INT: @llvm.global_ctors int_global_ctors
Let me know if there is better proposal.
Steven
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-3.6.ll
Type: application/octet-stream
Size: 3796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140918/f522acf9/atta...
2014 Sep 19
4
[LLVMdev] [RFC] Exhaustive bitcode compatibility tests for IR features
...t;
>> %0 = type { i32, void ()*, i8* }
>> @llvm.global_ctors = appending global [1 x %0] [%0 { i32 65535, void ()* @ctor, i8* @data }]
>> ; CHECK: @llvm.global_ctors = appending global [1 x %0] [%0 { i32 65535, void ()* @ctor, i8* @data }]
>> ; CHECK-INT: @llvm.global_ctors int_global_ctors
>>
>> Let me know if there is better proposal.
>>
>> Steven
>>
2014 Sep 19
2
[LLVMdev] [RFC] Exhaustive bitcode compatibility tests for IR features
...%0 = type { i32, void ()*, i8* }
> > @llvm.global_ctors = appending global [1 x %0] [%0 { i32 65535, void ()*
> @ctor, i8* @data }]
> > ; CHECK: @llvm.global_ctors = appending global [1 x %0] [%0 { i32 65535,
> void ()* @ctor, i8* @data }]
> > ; CHECK-INT: @llvm.global_ctors int_global_ctors
> >
> > Let me know if there is better proposal.
> >
> > Steven
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140919/724e9404/attachment.html>
2014 Nov 08
2
[LLVMdev] [RFC] Exhaustive bitcode compatibility tests for IR features
...T
> %s
>
> %0 = type { i32, void ()*, i8* }
> @llvm.global_ctors = appending global [1 x %0] [%0 { i32 65535, void
> ()* @ctor, i8* @data }] ; CHECK: @llvm.global_ctors = appending
> global [1 x %0] [%0 { i32 65535, void ()* @ctor, i8* @data }] ;
> CHECK-INT: @llvm.global_ctors int_global_ctors
>
> Let me know if there is better proposal.
>
> Steven
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
> ---------...