Use StringRefZ explicitly instead of const char *.
authorRui Ueyama <ruiu@google.com>
Tue, 29 Nov 2016 19:11:39 +0000 (19:11 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 29 Nov 2016 19:11:39 +0000 (19:11 +0000)
commit84e65a7ca1174e7b5f00785baafe7aabdbc1619e
treeb27f9e4ee306d2bdeab9a52f34b25d00bbe55eb6
parent79fcd4141842a24b580d9ea0c6021e071e5f5d97
Use StringRefZ explicitly instead of const char *.

This patch is to avoid an implicit conversion from const char * to
StringRefZ, to make it apparent where we are using StringRefZ.

llvm-svn: 288182
lld/ELF/InputFiles.cpp