Displaying 3 results from an estimated 3 matches for "c8edf052".
2012 Feb 02
0
[LLVMdev] (no subject)
Hi Umesh,
> Again ,I'm newbie to LLVM and please pardon me ..if you guys feel that ,the
> below question is very basic :)
>
> Here i go ,compiled the below sample with clang i.e *clang enum.c -S -emit-llvm*
> and there respective file are
>
> $ cat enum.c
> int main()
> {
> enum type{one=1,two,three} s;
> s = one;
> return s;
> }
>
> $ cat
2012 Feb 02
2
[LLVMdev] (no subject)
Hi There ,
Again ,I'm newbie to LLVM and please pardon me ..if you guys feel that
,the below question is very basic :)
Here i go ,compiled the below sample with clang i.e *clang enum.c -S
-emit-llvm* and there respective file are
$ cat enum.c
int main()
{
enum type{one=1,two,three} s;
s = one;
return s;
}
$ cat enum.s
; ModuleID = 'enum.c'
target datalayout =
2012 Feb 02
2
[LLVMdev] (no subject)
...> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120202/c8edf052/attachment.html>