diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-08-02 14:17:18 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-08-03 09:51:44 +0100 |
commit | 9babbc8ddb62308762947debfe022635df1fce82 (patch) | |
tree | c19d0620f7d40fd6a64cf198797c1f7b2da95c0a /compiler/codeGen/CgParallel.hs | |
parent | 37549fa8a1fd2b4b9c72564cd7c1db4cfe7bcb32 (diff) | |
download | haskell-9babbc8ddb62308762947debfe022635df1fce82.tar.gz |
Fix #5289 (loading libstdc++.so in GHCi), and also fix some other
linking scenarios. We weren't searching for .a archives to satisfy
-lfoo options on the GHCi command line, for example.
I've tidied up the code in this module so that dealing with -l options
on the command line is consistent with the handling of extra-libraries
for packages.
While I was here I moved some stuff out of Linker.hs that didn't seem
to belong here: dataConInfoPtrToName (now in new module DebuggerUtils)
and lessUnsafeCoerce (now in DynamicLoading, next to its only use)
Diffstat (limited to 'compiler/codeGen/CgParallel.hs')
0 files changed, 0 insertions, 0 deletions