packages feed

llvm-party-12.1.0: src/LLVM/CommandLine.hs

-- | Tools for processing command line arguments, for command line tools build
-- with llvm (or for other uses forced into pretending to be such to get at (ack)
-- global state).
module LLVM.CommandLine (
  parseCommandLineOptions
) where

import LLVM.Internal.CommandLine