[llvm-commits] [llvm] r79274 - /llvm/trunk/lib/Analysis/DebugInfo.cpp

Sanjiv.Gupta at microchip.com Sanjiv.Gupta at microchip.com
Thu Aug 20 21:38:04 PDT 2009


> What's the error ? This command generated .s file.
 
I didn't look into the details but, probably the generated .s file contain some differences due to which our assembler breaks.
 
- Sanjiv
 

>
> char *ptr = (char *)0xA0;
> struct _st_1{
> int s1_1;
>
> struct _nested {
> int nest_var;
> }nested;
> }st_1={10,10};
>
> int a;
>
> int main()
> {
> a = st_1.nested.nest_var;
> *ptr = a;
> }
>
>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



--
-
Devang

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090820/ece0b37d/attachment.html>


More information about the llvm-commits mailing list