search for: internal_mask_memory

Displaying 2 results from an estimated 2 matches for "internal_mask_memory".

2012 Apr 26
1
[LLVMdev] Bug with debug information generation?
....ll -o bug.o -filetype=obj > % clang -g bug.o main.cpp > > Then debugging works fine and the value of r can be printed correctly if one steps through the function (GNU gdb 6.3.50-20050815 (Apple version gdb-1708)). > > However, if I edit bug.ll and add the single line: > > %internal_mask_memory = alloca <8 x i32> > > Right after the entry: label and then recompile and run gdb, then when stepping through "foo", the value "0" is always printed for "r". > > One other piece of possibly relevant information is that if I run "dwarfdump&quot...
2012 Apr 23
0
[LLVMdev] Bug with debug information generation?
...bug.bc % llvm-dis bug.bc % llc bug.ll -o bug.o -filetype=obj % clang -g bug.o main.cpp Then debugging works fine and the value of r can be printed correctly if one steps through the function (GNU gdb 6.3.50-20050815 (Apple version gdb-1708)). However, if I edit bug.ll and add the single line: %internal_mask_memory = alloca <8 x i32> Right after the entry: label and then recompile and run gdb, then when stepping through "foo", the value "0" is always printed for "r". One other piece of possibly relevant information is that if I run "dwarfdump" on both of the cor...