CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/31 02:53:07
Modified files:
gnu/llvm/tools/lld/ELF: DriverUtils.cpp
Log message:
Fix creation of the library name, as assigning a string to a StringRef
seems to cause bad behaviour. Instead call toStringRef() and use its
return value.
ok tom@
