Get bugpoint compiling with VC++ again, not that it works anyway.
authorJeff Cohen <jeffc@jolt-lang.org>
Wed, 16 Feb 2005 05:05:31 +0000 (05:05 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Wed, 16 Feb 2005 05:05:31 +0000 (05:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20211 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/OptimizerDriver.cpp

index c922f5ca6cce0c34a2fac2a887591f258a2bf67f..27698bd6fbabc526e9c5961bac20844ae9cc4a2f 100644 (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"