summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-02-16 05:05:31 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-02-16 05:05:31 +0000
commit81d26d168d83dc5c37fa98ddea5be5d8dc9397e0 (patch)
treee6236c18b17feb30d52dbc20f892e0d976c11b93 /llvm
parent97a41e238ebd232d6f65f87dc67997705e330a71 (diff)
downloadbcm5719-llvm-81d26d168d83dc5c37fa98ddea5be5d8dc9397e0.tar.gz
bcm5719-llvm-81d26d168d83dc5c37fa98ddea5be5d8dc9397e0.zip
Get bugpoint compiling with VC++ again, not that it works anyway.
llvm-svn: 20211
Diffstat (limited to 'llvm')
-rw-r--r--llvm/tools/bugpoint/OptimizerDriver.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/OptimizerDriver.cpp b/llvm/tools/bugpoint/OptimizerDriver.cpp
index c922f5ca6cc..27698bd6fba 100644
--- a/llvm/tools/bugpoint/OptimizerDriver.cpp
+++ b/llvm/tools/bugpoint/OptimizerDriver.cpp
@@ -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"
OpenPOWER on IntegriCloud