GaloisInc / llvm-pretty

An llvm pretty printer inspired by the haskell llvm binding
Other
28 stars 15 forks source link

Add support for LLVM3.5 era function attributes. #9

Closed joehendrix closed 7 years ago

joehendrix commented 7 years ago

This adds support for some function attributes (those in LLVM 3.5 to AST while minimizing changes to Text.LLVM interface.

elliottt commented 7 years ago

Thanks Joe!