Use explicit construction of sys::Path from std::string because the
authorReid Spencer <rspencer@reidspencer.com>
Tue, 21 Dec 2004 03:24:02 +0000 (03:24 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 21 Dec 2004 03:24:02 +0000 (03:24 +0000)
commit682084a15791fd48f64c08d3f74fa7faac9ecd19
treec72158eb71ad6b72ef09542ed6ffeeb1b3dc88ee
parentc24e94e6b5c27583cde3cd6ea5296a9c3dba345e
Use explicit construction of sys::Path from std::string because the
constructor is "explicit".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19078 91177308-0d34-0410-b5e6-96231b3b80d8
tools/gccld/gccld.cpp