diff options
Diffstat (limited to 'source/Plugins/Platform/Windows/PlatformWindows.cpp')
| -rw-r--r-- | source/Plugins/Platform/Windows/PlatformWindows.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Plugins/Platform/Windows/PlatformWindows.cpp b/source/Plugins/Platform/Windows/PlatformWindows.cpp index ed2bcf0cbee4..45e906f88e00 100644 --- a/source/Plugins/Platform/Windows/PlatformWindows.cpp +++ b/source/Plugins/Platform/Windows/PlatformWindows.cpp @@ -78,7 +78,7 @@ PlatformSP PlatformWindows::CreateInstance(bool force,        create = true;        break; -    case llvm::Triple::UnknownArch: +    case llvm::Triple::UnknownVendor:        create = !arch->TripleVendorWasSpecified();        break;  | 
