[GHC] #9381: Implement -rdynamic

GHC ghc-devs at haskell.org
Tue Aug 18 16:33:06 UTC 2015


#9381: Implement -rdynamic
-------------------------------------+-------------------------------------
        Reporter:                    |                   Owner:  Phyx-
  facundo.dominguez                  |
            Type:  feature request   |                  Status:  patch
        Priority:  normal            |               Milestone:  7.12.1
       Component:  Compiler          |                 Version:
      Resolution:                    |                Keywords:
Operating System:  Windows           |            Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |               Test Case:
      Blocked By:                    |                Blocking:
 Related Tickets:  #7015             |  Differential Revisions:  Phab:D1149
-------------------------------------+-------------------------------------

Comment (by Ben Gamari <bgamari.foss@…>):

 In [changeset:"b17ec5674f26b0b65dda4ec446e0b9b5336b7562/ghc"
 b17ec567/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="b17ec5674f26b0b65dda4ec446e0b9b5336b7562"
 Fix rdynamic flag and test on Windows

 The rdynamic tests and feature are marked broken on windows.
 This is because the flag used doesn't exist and the symbol lookup
 in the test did not account for platform differences in name mangling.

 This commit fixes the flag and tests for rdynamic on windows.

 Test Plan:
 make TEST="rdynamic"

 on both x86 and x86_64

 Reviewers: austin, thomie, bgamari

 Reviewed By: thomie, bgamari

 Subscribers: #ghc_windows_task_force

 Differential Revision: https://phabricator.haskell.org/D1149

 GHC Trac Issues: #9381
 }}}

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9381#comment:12>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list