[PATCH] D27296: Don't assume mingw is providing SSP functions

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 20 09:55:35 PDT 2018


mstorsjo added a comment.

In https://reviews.llvm.org/D27296#1043227, @vchuravy wrote:

> You are right about Itanium. I will switch to `not isWindowsGNUEnvironment()` for the test and add a minimal test case for IA64.


`isWindowsItaniumEnvironment()` isn't about IA64, but about the itanium C++ ABI (the one used on all other platforms), contrary to the MSVC C++ ABI. So the windows Itanium environment is like MSVC except that it uses a C++ ABI similar to what mingw and other platforms uses.


Repository:
  rL LLVM

https://reviews.llvm.org/D27296





More information about the llvm-commits mailing list