forked from OSchip/llvm-project
parent
f1d9b91434
commit
2f910827eb
|
@ -1345,7 +1345,7 @@ namespace {
|
|||
}
|
||||
virtual const char *getVAListDeclaration() const {
|
||||
// FIXME: implement
|
||||
return "";
|
||||
return "typedef char* __builtin_va_list;";
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue