diff options
Diffstat (limited to 'llvm/unittests/ExecutionEngine/MCJIT/MCJITTestAPICommon.h')
-rw-r--r-- | llvm/unittests/ExecutionEngine/MCJIT/MCJITTestAPICommon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/unittests/ExecutionEngine/MCJIT/MCJITTestAPICommon.h b/llvm/unittests/ExecutionEngine/MCJIT/MCJITTestAPICommon.h index a3d3d1fffdb..d3ebb95abc3 100644 --- a/llvm/unittests/ExecutionEngine/MCJIT/MCJITTestAPICommon.h +++ b/llvm/unittests/ExecutionEngine/MCJIT/MCJITTestAPICommon.h @@ -46,10 +46,10 @@ protected: // fail to initialize the AssumptionCacheTracker. initializeAssumptionCacheTrackerPass(*PassRegistry::getPassRegistry()); -#ifdef LLVM_ON_WIN32 +#ifdef _WIN32 // On Windows, generate ELF objects by specifying "-elf" in triple HostTriple += "-elf"; -#endif // LLVM_ON_WIN32 +#endif // _WIN32 HostTriple = Triple::normalize(HostTriple); } |