| commit | 657b7343f3d57a04459a587601e8c6a9bcf276c5 | [log] [tgz] |
|---|---|---|
| author | Reid Spencer <rspencer@reidspencer.com> | Fri Dec 24 00:15:20 2004 +0000 |
| committer | Reid Spencer <rspencer@reidspencer.com> | Fri Dec 24 00:15:20 2004 +0000 |
| tree | 9994b0856c87c017fcaf8f42d6e96d1a36ffa600 | |
| parent | c84ee1aee069523e964e140c80559fcc06cd89af [diff] |
Fix a bug in libtool's ltmain.sh. On Cygwin the "$output.exp" expression expands to a full path name. Substitute $outputname.exp" instead and it makes a viable temporary file name. This gets around the problem with lli on Cygwin linking but not having any "C" library functions linked into it. llvm-svn: 19123