search for: set_yydebug

Displaying 5 results from an estimated 5 matches for "set_yydebug".

Did you mean: set_debug
2020 May 15
2
Issues with new Attributor (replaceAllUses fails with type mismatch)
...iled: New->getType() == getType() && "replaceAllUses of value with new value of different type!" Snaps for IR from failing llvm IR and debug info while debugging is as follows: Sample situation1: Original code in IR -- %133 = call i32 (i32, ...) bitcast (void (i32)* @set_yydebug to i32 (i32, ...)*)(i32 1) #21 Attribute info ---- attributes #21 = { nounwind } Debug info: OldCB-------------------- %133 = call i32 (i32, ...) bitcast (void (i32)* @0 to i32 (i32, ...)*)(i32 1) #27 NewCB-------------------- call void @set_yydebug() #27 OldCB.replaceAllUsesWith(...
2020 May 15
2
Issues with new Attributor (replaceAllUses fails with type mismatch)
...== getType() && "replaceAllUses of value with new value of different type!" > > Snaps for IR from failing llvm IR and debug info while debugging is as follows: > > Sample situation1: > Original code in IR -- %133 = call i32 (i32, ...) bitcast (void (i32)* @set_yydebug to i32 (i32, ...)*)(i32 1) #21 > Attribute info ---- attributes #21 = { nounwind } > > Debug info: > OldCB-------------------- %133 = call i32 (i32, ...) bitcast (void (i32)* @0 to i32 (i32, ...)*)(i32 1) #27 > NewCB-------------------- call void @set_yydebug() #27 &g...
2006 Sep 11
0
[LLVMdev] trying to build llvm-gcc in linux/amd64
On Mon, 11 Sep 2006, [UTF-8] Rafael Esp?ndola wrote: > I am trying to build llvm-gcc4 on a amd64. I had to add the attached > patch to get the build system to select the correct library. Now the Applied. > build fails while compiling a code that has __builtin_va_copy. The > attached test.i fails with: > > cc1: ../../trunk/gcc/llvm-convert.cpp:443: llvm::Value* >
2006 Sep 11
5
[LLVMdev] trying to build llvm-gcc in linux/amd64
I am trying to build llvm-gcc4 on a amd64. I had to add the attached patch to get the build system to select the correct library. Now the build fails while compiling a code that has __builtin_va_copy. The attached test.i fails with: cc1: ../../trunk/gcc/llvm-convert.cpp:443: llvm::Value* TreeToLLVM::Emit(tree_node*, llvm::Value*): Assertion `(isAggregateType(((exp)->common.type)) == (DestLoc
2006 Sep 01
2
[LLVMdev] gfortran: patch, question
...dc) at ../../src/gcc/varasm.c:1018 #2 0x000555a0 in gfc_define_builtin (name=0x5eecc8 "../../src/gcc/varasm.c", type=0x3fa, code=0, library_name=0xffb59c52 <Address 0xffb59c52 out of bounds>, const_p=true) at ../../src/gcc/fortran/f95-lang.c:733 #3 0x00055760 in gfc_be_parse_file (set_yydebug=6221000) at ../../src/gcc/fortran/mathbuiltins.def:8 #4 0x002654cc in toplev_main (argc=1081721732, argv=0x407a2ee4) at ../../src/gcc/toplev.c:1105 #5 0x00002a74 in _start (argc=16, argv=0xbfffec50, envp=0xbfffec94) at /SourceCache/Csu/Csu-58.1.1/crt.c:272 #6 0x0000291c in start () Thanks! -mik...