[GHC] #9381: Implement -rdynamic
GHC
ghc-devs at haskell.org
Tue Aug 19 04:34:05 UTC 2014
#9381: Implement -rdynamic
-------------------------------------+-------------------------------------
Reporter: | Owner: facundo.dominguez
facundo.dominguez | Status: patch
Type: feature | Milestone:
request | Version:
Priority: normal | Keywords:
Component: Compiler | Architecture: Unknown/Multiple
Resolution: | Difficulty: Unknown
Operating System: | Blocked By:
Unknown/Multiple | Related Tickets: 7015
Type of failure: |
None/Unknown |
Test Case: |
Blocking: |
Differential Revisions: Phab:D102 |
-------------------------------------+-------------------------------------
Comment (by Austin Seipp <austin@…>):
In [changeset:"0138110125400581dc9872dedfcb21bd50b372f1/ghc"]:
{{{
#!CommitTicketReference repository="ghc"
revision="0138110125400581dc9872dedfcb21bd50b372f1"
Implement -rdynamic in Linux and Windows/MinGW32.
Summary:
In Linux, it is a synonym for -optl -rdynamic.
In Windows, it is a synonym for -optl -export-all-symbols.
Test Plan: validate
Reviewers: simonmar, austin
Reviewed By: simonmar, austin
Subscribers: mboes, phaskell, simonmar, relrod, ezyang, carter
Differential Revision: https://phabricator.haskell.org/D102
GHC Trac Issues: #9381
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9381#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list