Bugzilla – Bug 91
[gccld] The -r (relinking) option does not work correctly
Last modified: 2003-11-05 00:06:47
You need to log in before you can comment on or make changes to this bug.
Currently -r is ignored completely, so an "executable" is generated instead of a library. In the context of LLVM, -r should be a synonym for -link-as-library.
Here's the fix: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20031103/009126.html -Chris