forked from OSchip/llvm-project
[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:
parent
6bbbead7be
commit
06489eaa92
|
@ -115,7 +115,7 @@ else()
|
|||
|
||||
elseif (CMAKE_SYSTEM_NAME MATCHES "NetBSD")
|
||||
add_host_subdirectory(netbsd
|
||||
netbsd/Host.cpp
|
||||
netbsd/HostNetBSD.cpp
|
||||
netbsd/HostInfoNetBSD.cpp
|
||||
)
|
||||
|
||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue