Displaying 2 results from an estimated 2 matches for "076970ab".
2012 Dec 25
0
[LLVMdev] [DragonEgg] Strange call to @"\01__isoc99_fscanf"
> While testing a File I/O sample program, I've encountered a link failure due
> to missing implementation of "\01__isoc99_fscanf" function. I think this
> function should be named "__isoc99_fscanf" instead. Please see the program
> code and LLVM IR generated by DragonEgg and clang below. It shows that clang
> generates "__isoc99_fscanf", while
2012 Dec 25
2
[LLVMdev] [DragonEgg] Strange call to @"\01__isoc99_fscanf"
Dear all,
First of all, Merry Christmas! :)
While testing a File I/O sample program, I've encountered a link failure
due to missing implementation of "\01__isoc99_fscanf" function. I think
this function should be named "__isoc99_fscanf" instead. Please see the
program code and LLVM IR generated by DragonEgg and clang below. It shows
that clang generates