Fix TargetLibraryInfoTest.ValidProto after rL357552

llvm-svn: 357559
This commit is contained in:
Sam Clegg 2019-04-03 02:30:35 +00:00
parent f426ddbfc7
commit 5e349afccb
1 changed files with 5 additions and 0 deletions

View File

@ -494,6 +494,11 @@ TEST_F(TargetLibraryInfoTest, ValidProto) {
"declare i32 @iprintf(i8*, ...)\n"
"declare i32 @siprintf(i8*, i8*, ...)\n"
// __small_printf variants have the same prototype as the non-'i' versions.
"declare i32 @__small_fprintf(%struct*, i8*, ...)\n"
"declare i32 @__small_printf(i8*, ...)\n"
"declare i32 @__small_sprintf(i8*, i8*, ...)\n"
"declare i32 @htonl(i32)\n"
"declare i16 @htons(i16)\n"
"declare i32 @ntohl(i32)\n"