First Last Prev Next    No search results available
Details
: [gccld] The -r (relinking) option does not work correctly
Bug#: 91
: tools
: gccld
Status: RESOLVED
Resolution: FIXED
: All
: All
: 1.0
: P2
: normal
: 1.1

:
: compile-fail
:
:
  Show dependency tree - Show dependency graph
People
Reporter: Chris Lattner <clattner@apple.com>
Assigned To: Chris Lattner <clattner@apple.com>

Attachments


Note

You need to log in before you can comment on or make changes to this bug.

Related actions


Description:   Opened: 2003-11-05 00:02
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.
------- Comment #1 From Chris Lattner 2003-11-05 00:06:47 -------
Here's the fix:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20031103/009126.html

-Chris

First Last Prev Next    No search results available