[LLVM] Fix build breaks from StringRef changes (#4923)
authorwpan11nv <60017475+wpan11nv@users.noreply.github.com>
Tue, 25 Feb 2020 11:32:21 +0000 (03:32 -0800)
committerGitHub <noreply@github.com>
Tue, 25 Feb 2020 11:32:21 +0000 (19:32 +0800)
commit588523ddb6e938637d96745bcce145375307247f
treefb61793a8de6b5a0b544dac748a09a9704e9f7b1
parenta2429c1fa61cf54d1890e887572c8fa93c467d7a
[LLVM] Fix build breaks from StringRef changes (#4923)

- llvm::StringRef to std::string conversion is explicit now.

Signed-off-by: Wei Pan <wpan11nv@nvidia.com>
src/target/llvm/codegen_amdgpu.cc
src/target/llvm/codegen_nvptx.cc
src/target/llvm/llvm_module.cc