apparently msvc defines _STDCALL_SUPPORTED, so we should

too.  Patch by Per Linden!

llvm-svn: 111236
This commit is contained in:
Chris Lattner 2010-08-17 16:02:32 +00:00
parent d28e6cc554
commit b5050f3cd0
1 changed files with 1 additions and 0 deletions

View File

@ -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