[Lldb-commits] [lldb] r227960 - Test commit. No changes.
Pavel Labath
labath at google.com
Tue Feb 3 02:38:22 PST 2015
Author: labath
Date: Tue Feb 3 04:38:21 2015
New Revision: 227960
URL: http://llvm.org/viewvc/llvm-project?rev=227960&view=rev
Log:
Test commit. No changes.
Modified:
lldb/trunk/source/Plugins/Platform/Linux/PlatformLinux.cpp
Modified: lldb/trunk/source/Plugins/Platform/Linux/PlatformLinux.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Platform/Linux/PlatformLinux.cpp?rev=227960&r1=227959&r2=227960&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Platform/Linux/PlatformLinux.cpp (original)
+++ lldb/trunk/source/Plugins/Platform/Linux/PlatformLinux.cpp Tue Feb 3 04:38:21 2015
@@ -160,7 +160,7 @@ PlatformLinux::CreateInstance (bool forc
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
More information about the lldb-commits
mailing list