mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Undef MemoryFence when compiling on MSVC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72732 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8900bcc1ff
commit
d8cf40372e
@ -18,6 +18,7 @@ using namespace llvm;
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#include <windows.h>
|
||||
#undef MemoryFence
|
||||
#endif
|
||||
|
||||
void sys::MemoryFence() {
|
||||
|
Loading…
Reference in New Issue
Block a user