mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
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:
parent
e5f7e65f95
commit
e210279047
@ -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