MichaReiser / llvm-node

LLVM 9.0+ Node Bindings
MIT License
183 stars 29 forks source link

Constant fp get type overload #81

Closed MichaReiser closed 5 years ago

MichaReiser commented 5 years ago

Adds support for ConstantFP.get(type, '3') allowing constant floating point numbers of type float.

Closes #80 #67