[lldb] [Host/NetBSD] Rename Host.cpp to HostNetBSD.cpp

Rename NetBSD-specific Host.cpp to HostNetBSD.cpp to avoid basename
conflict with common/Host.cpp.
This commit is contained in:
Michał Górny 2020-03-17 11:41:33 +01:00
parent 6bbbead7be
commit 06489eaa92
2 changed files with 2 additions and 2 deletions

View 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
)

View 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.