llvm-node icon indicating copy to clipboard operation
llvm-node copied to clipboard

Cannot find Builder.createUnreachable

Open elliott-wen opened this issue 4 years ago • 1 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

elliott-wen avatar Jul 08 '21 09:07 elliott-wen

https://github.com/ApsarasX/llvm-bindings/commit/9d91aa6234cb3bb810fdad740b85c705c2302aa7

ApsarasX avatar Oct 31 '21 09:10 ApsarasX