Displaying 1 result from an estimated 1 matches for "llvm_f77_dummi".
Did you mean:
llvm_f77_dummies
2004 Nov 28
1
[LLVMdev] attempt to make dummy drivers for llvm-gcc for f77, java and objc
...d linking in these two new files via
shell scripts as a test.
If you are interested, I can integrate this into the Makefile of the
gcc and propose a patch and send you the entire files. I removed that
so that you are not spammed by large files.
This function is only needed for f77, and not java :
llvm_f77_dummies.c :
//includes removed from mail (all includes from the
tree-inline.c + c-common.h
tree decl_constant_value (tree a){ return 0;}
These functions are for f77,objc and java :
llvm_dummies.c :
void nothing(){} // do nothing
void (*lang_expand_decl_stmt) (tree)=&...