Rename NetBSD-specific Host.cpp to HostNetBSD.cpp to avoid basename
conflict with common/Host.cpp.
elseif (CMAKE_SYSTEM_NAME MATCHES "NetBSD")
add_host_subdirectory(netbsd
- netbsd/Host.cpp
+ netbsd/HostNetBSD.cpp
netbsd/HostInfoNetBSD.cpp
)
-//===-- 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.