nodejs / llparse

Generating parsers in LLVM IR
http://llparse.org
Other
586 stars 31 forks source link

LLVM IR vs bitcode #8

Closed indutny closed 6 years ago

indutny commented 6 years ago

Can we generate bitcode directly without textual IR? It seems that LLVM IR has limited backwards compatibility (if any), although it appears to consume the same input across many different versions (from 5.0.0 to 7.0.0).

indutny commented 6 years ago

According to LLVM team IR should not be a output of this library. Compatibility can be broken anytime.

indutny commented 6 years ago

The transition is over in v3.0.0-beta0