bscarlet / llvm-general

Rich LLVM bindings for Haskell (with transfer of LLVM IR to and from C++, detailed compilation pass control, etc.)
http://hackage.haskell.org/package/llvm-general
132 stars 38 forks source link

Ignore -fcolor-diagnostics (not a valid gcc arg) #190

Closed cocreature closed 8 years ago

cocreature commented 8 years ago

I’m not completely sure when this argument is used by llvm but it is not a valid gcc argument so we need to filter it.