1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Get bugpoint compiling with VC++ again, not that it works anyway.

llvm-svn: 20211
This commit is contained in:
Jeff Cohen 2005-02-16 05:05:31 +00:00
parent 72f7799517
commit db8aa0169c

View File

@ -19,7 +19,9 @@
// independent code co-exist via conditional compilation until it is verified
// that the new code works correctly on Unix.
//#define PLATFORMINDEPENDENT
#ifdef _MSC_VER
#define PLATFORMINDEPENDENT
#endif
#include "BugDriver.h"
#include "llvm/Module.h"