[lldb] [Host/NetBSD] Rename Host.cpp to HostNetBSD.cpp
authorMichał Górny <mgorny@gentoo.org>
Tue, 17 Mar 2020 10:41:33 +0000 (11:41 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 17 Mar 2020 10:42:39 +0000 (11:42 +0100)
Rename NetBSD-specific Host.cpp to HostNetBSD.cpp to avoid basename
conflict with common/Host.cpp.

lldb/source/Host/CMakeLists.txt
lldb/source/Host/netbsd/HostNetBSD.cpp [moved from lldb/source/Host/netbsd/Host.cpp with 99% similarity]

index ac8655f..3571404 100644 (file)
@@ -115,7 +115,7 @@ else()
 
   elseif (CMAKE_SYSTEM_NAME MATCHES "NetBSD")
     add_host_subdirectory(netbsd
-      netbsd/Host.cpp
+      netbsd/HostNetBSD.cpp
       netbsd/HostInfoNetBSD.cpp
       )
 
similarity index 99%
rename from lldb/source/Host/netbsd/Host.cpp
rename to lldb/source/Host/netbsd/HostNetBSD.cpp
index 57f9851..4708fb4 100644 (file)
@@ -1,4 +1,4 @@
-//===-- source/Host/netbsd/Host.cpp ---------------------------------------===//
+//===-- source/Host/netbsd/HostNetBSD.cpp ---------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.