Provide dummy va_list typedef for msp430

llvm-svn: 71233
This commit is contained in:
Anton Korobeynikov 2009-05-08 18:24:57 +00:00
parent f1d9b91434
commit 2f910827eb
1 changed files with 1 additions and 1 deletions

View File

@ -1345,7 +1345,7 @@ namespace {
}
virtual const char *getVAListDeclaration() const {
// FIXME: implement
return "";
return "typedef char* __builtin_va_list;";
}
};