mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 10:13:13 +00:00
Get bugpoint compiling with VC++ again, not that it works anyway.
llvm-svn: 20211
This commit is contained in:
parent
72f7799517
commit
db8aa0169c
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user