Displaying 4 results from an estimated 4 matches for "655412".
2011 Aug 04
2
[LLVMdev] metadata linking bug or by design
...d (to
x1) during linking.
clang -emit-llvm -c -g a.c
clang -emit-llvm -c -g b.c
llvm-link -o t.bc a.o b.o
Before linking we can see the following lines in both bitcode files
from a.c and b.c, where the last element of !5 refers to the internal
variable x.
!llvm.dbg.sp = !{!1}
!5 = metadata !{i32 655412, i32 0, metadata !0, metadata !"x",
metadata !"x", metadata !"", metadata !2, i32 1, metadata !6, i32 1,
i32 1, i32* @x} ; [ DW_TAG_variable ]
However after linking the last element of !11 becomes null. I was
expecting that it would refer to the renamed x1.
!llvm.db...
2011 Aug 04
2
[LLVMdev] metadata linking bug or by design
...-c -g b.c
>> llvm-link -o t.bc a.o b.o
>>
>> Before linking we can see the following lines in both bitcode files
>> from a.c and b.c, where the last element of !5 refers to the internal
>> variable x.
>>
>> !llvm.dbg.sp = !{!1}
>> !5 = metadata !{i32 655412, i32 0, metadata !0, metadata !"x",
>> metadata !"x", metadata !"", metadata !2, i32 1, metadata !6, i32 1,
>> i32 1, i32* @x} ; [ DW_TAG_variable ]
>>
>> However after linking the last element of !11 becomes null. I was
>> expecting that...
2011 Aug 04
0
[LLVMdev] metadata linking bug or by design
...c -g a.c
> clang -emit-llvm -c -g b.c
> llvm-link -o t.bc a.o b.o
>
> Before linking we can see the following lines in both bitcode files
> from a.c and b.c, where the last element of !5 refers to the internal
> variable x.
>
> !llvm.dbg.sp = !{!1}
> !5 = metadata !{i32 655412, i32 0, metadata !0, metadata !"x",
> metadata !"x", metadata !"", metadata !2, i32 1, metadata !6, i32 1,
> i32 1, i32* @x} ; [ DW_TAG_variable ]
>
> However after linking the last element of !11 becomes null. I was
> expecting that it would refer to...
2011 Aug 04
0
[LLVMdev] metadata linking bug or by design
...-o t.bc a.o b.o
>>>
>>> Before linking we can see the following lines in both bitcode files
>>> from a.c and b.c, where the last element of !5 refers to the internal
>>> variable x.
>>>
>>> !llvm.dbg.sp = !{!1}
>>> !5 = metadata !{i32 655412, i32 0, metadata !0, metadata !"x",
>>> metadata !"x", metadata !"", metadata !2, i32 1, metadata !6, i32 1,
>>> i32 1, i32* @x} ; [ DW_TAG_variable ]
>>>
>>> However after linking the last element of !11 becomes null. I was
>&g...