CVSROOT:        /cvs
Module name:    src
Changes by:     patr...@cvs.openbsd.org 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@

Reply via email to