diff options
| -rw-r--r-- | lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp b/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp index 0e8d5ddd5fa..a6998a51eba 100644 --- a/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp +++ b/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp @@ -160,7 +160,7 @@ PlatformLinux::CreateInstance (bool force, const ArchSpec *arch) case llvm::Triple::PC: create = true; break; - + #if defined(__linux__) // Only accept "unknown" for the vendor if the host is linux and // it "unknown" wasn't specified (it was just returned because it |

