MichaReiser / llvm-node

LLVM 9.0+ Node Bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find Builder.createUnreachable

elliott-wen opened this issue · comments

Hello,

Builder.createUnreachable seems missing. Sometimes this function may be quite useful, for example, building a trap basic block, where we do not want a terminator branching.

Thanks