mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
ADT: windows itanium targets msvcrt.dll
Update the isOSMSVCRT to correctly identify that windows-itanium uses msvcrt.dll. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222389 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
660bac6a57
commit
06f9f40a1e
@ -397,7 +397,8 @@ public:
|
||||
|
||||
/// \brief Is this a "Windows" OS targeting a "MSVCRT.dll" environment.
|
||||
bool isOSMSVCRT() const {
|
||||
return isWindowsMSVCEnvironment() || isWindowsGNUEnvironment();
|
||||
return isWindowsMSVCEnvironment() || isWindowsGNUEnvironment() ||
|
||||
isWindowsItaniumEnvironment();
|
||||
}
|
||||
|
||||
/// \brief Tests whether the OS is Windows.
|
||||
|
Loading…
Reference in New Issue
Block a user