[GHC] #16180: Make addForeignFilePath support asm
#16180: Make addForeignFilePath support asm -------------------------------------+------------------------------------- Reporter: hsyl20 | Owner: (none) Type: feature | Status: new request | Priority: normal | Milestone: Component: Template | Version: 8.6.3 Haskell | Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- Currently Language.Haskell.TH.Syntax.addForeignFilePath only supports C, ObjC, C++, ObjC++ and objects (.o). I would like it to support assembly files (.s) too. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16180> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#16180: Make addForeignFilePath support asm -------------------------------------+------------------------------------- Reporter: hsyl20 | Owner: hsyl20 Type: feature request | Status: new Priority: normal | Milestone: Component: Template Haskell | Version: 8.6.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by hsyl20): * owner: (none) => hsyl20 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16180#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#16180: Make addForeignFilePath support asm -------------------------------------+------------------------------------- Reporter: hsyl20 | Owner: hsyl20 Type: feature request | Status: patch Priority: normal | Milestone: Component: Template Haskell | Version: 8.6.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by hsyl20): * status: new => patch Comment: Merge request: https://gitlab.haskell.org/ghc/ghc/merge_requests/122 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16180#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#16180: Make addForeignFilePath support asm -------------------------------------+------------------------------------- Reporter: hsyl20 | Owner: hsyl20 Type: feature request | Status: patch Priority: normal | Milestone: Component: Template Haskell | Version: 8.6.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by mpickering): Motivation for this is here: https://hsyl20.fr/home/posts/2019-01-15-fast- file-embedding-with-ghc.html -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16180#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#16180: Make addForeignFilePath support asm -------------------------------------+------------------------------------- Reporter: hsyl20 | Owner: hsyl20 Type: feature request | Status: patch Priority: normal | Milestone: Component: Template Haskell | Version: 8.6.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by Marge Bot <ben+marge-bot@…>): In [changeset:"f035504b573b9684d53a6d035f8726672c1b0190/ghc" f035504/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="f035504b573b9684d53a6d035f8726672c1b0190" Add support for ASM foreign files (.s) in TH (#16180) }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16180#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#16180: Make addForeignFilePath support asm -------------------------------------+------------------------------------- Reporter: hsyl20 | Owner: hsyl20 Type: feature request | Status: closed Priority: normal | Milestone: Component: Template Haskell | Version: 8.6.3 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by hsyl20): * status: patch => closed * resolution: => fixed -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16180#comment:5> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC