[GHC] #13539: Options -pgmlclang and -pgmlc overlap
GHC
ghc-devs at haskell.org
Thu Apr 6 16:52:30 UTC 2017
#13539: Options -pgmlclang and -pgmlc overlap
-------------------------------------+-------------------------------------
Reporter: nh2 | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Documentation | Version: 8.0.2
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: Documentation
Unknown/Multiple | bug
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
I tried to tell GHC to use `clang` with `-pgmlclang`, and only after some
time found out that it won't work, because GHC interprets that as `-pgmlc`
`lang` (surprise, `-pgmlc` is also an option).
The user manual suggests that `pgmc<value>` (without space) is the
recommended syntax. If spaces are in fact allowed, we should change the
manual.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13539>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list