forked from OSchip/llvm-project
apparently msvc defines _STDCALL_SUPPORTED, so we should
too. Patch by Per Linden! llvm-svn: 111236
This commit is contained in:
parent
d28e6cc554
commit
b5050f3cd0
|
@ -1350,6 +1350,7 @@ public:
|
|||
// We lost the original triple, so we use the default.
|
||||
Builder.defineMacro("_M_IX86", "600");
|
||||
Builder.defineMacro("_INTEGRAL_MAX_BITS", "64");
|
||||
Builder.defineMacro("_STDCALL_SUPPORTED");
|
||||
}
|
||||
};
|
||||
} // end anonymous namespace
|
||||
|
|
Loading…
Reference in New Issue