Unbreak the NetBSD build after recent changes
authorKamil Rytarowski <n54@gmx.com>
Tue, 20 Sep 2016 22:26:29 +0000 (22:26 +0000)
committerKamil Rytarowski <n54@gmx.com>
Tue, 20 Sep 2016 22:26:29 +0000 (22:26 +0000)
commitd4487347e3fd1e274ad08e480d0991e10c75387d
tree6f8bc2a7947b0bb890a7d65b88d6d46402500e1f
parent5653e5dffc34e1af0c141ba6d21467bc5283c73b
Unbreak the NetBSD build after recent changes

Similar to r281922 "Try to fix freebsd and android builds."

Replace .AppendArgument(cstr) with .AppendArgument(llvm::StringRef(cstr))

llvm-svn: 282032
lldb/source/Host/netbsd/Host.cpp