search for: 01_main

Displaying 2 results from an estimated 2 matches for "01_main".

Did you mean: cc1_main
2011 Dec 29
2
[LLVMdev] DW_AT_location not getting generated for local variables
I figured out my previous problem with DIBuilder. However, now I can't seem to get the compiler to emit location information for local variables. Here's how my IR looks: --- define i32 @"\01_main"() { init: %exception1 = alloca i8* %0 = alloca i32 %"bar:Int32" = alloca i32 %1 = alloca i32 %2 = alloca i32* br label %code code: ; preds = %init call void @llvm.dbg.declare(metadata !{i32* %"bar:Int32"}, metadata...
2012 Jan 02
0
[LLVMdev] DW_AT_location not getting generated for local variables
...c 29, 2011 at 12:41 PM, Joe Groff <arcata at gmail.com> wrote: > I figured out my previous problem with DIBuilder. However, now I can't seem > to get the compiler to emit location information for local variables. Here's > how my IR looks: > > --- > define i32 @"\01_main"() { > init: >   %exception1 = alloca i8* >   %0 = alloca i32 >   %"bar:Int32" = alloca i32 >   %1 = alloca i32 >   %2 = alloca i32* >   br label %code > > code:                                             ; preds = %init >   call void @llvm.dbg.declare(...