projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5f7e65
)
Get bugpoint compiling with VC++ again, not that it works anyway.
author
Jeff Cohen
<jeffc@jolt-lang.org>
Wed, 16 Feb 2005 05:05:31 +0000
(
05:05
+0000)
committer
Jeff 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
patch
|
blob
|
history
diff --git
a/tools/bugpoint/OptimizerDriver.cpp
b/tools/bugpoint/OptimizerDriver.cpp
index c922f5ca6cce0c34a2fac2a887591f258a2bf67f..27698bd6fbabc526e9c5961bac20844ae9cc4a2f 100644
(file)
--- a/
tools/bugpoint/OptimizerDriver.cpp
+++ b/
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"