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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20211 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jeff Cohen 2005-02-16 05:05:31 +00:00
parent e5f7e65f95
commit e210279047

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"