You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library only exposes a subset of LLVM and functions are added on a "by need" basis. Feel free to create a PR that adds eraseFromParent to the Function wrapper.
I'm currently working through the LLVM Kaleidoscope tutorial - in chapter 3 (https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/LangImpl03.html) there's reference to an eraseFromParent() method on Function, but it doesn't show up in the typeScript definitions file.
The text was updated successfully, but these errors were encountered: