mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-01 07:11:45 +00:00

It seems like perhaps because cstdio isn't directly included, the compiler is accidentally picking up wprintf from somewhere else and trying to call that. Hopefully this fixes it. llvm-svn: 338614