Displaying 1 result from an estimated 1 matches for "llvm_dummi".
Did you mean:
llvm_dump
2004 Nov 28
1
[LLVMdev] attempt to make dummy drivers for llvm-gcc for f77, java and objc
...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)=¬hing;
void (*lang_expand_function_end) (void)=¬hing;
_Bool statement_code_p[256]; // dummy data
c_language_kind c_language;
tree build_stmt (enum tree_code a,...