LWJGL / lwjgl3

LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan, bgfx), audio (OpenAL, Opus), parallel computing (OpenCL, CUDA) and XR (OpenVR, LibOVR, OpenXR) applications.
https://www.lwjgl.org
BSD 3-Clause "New" or "Revised" License
4.67k stars 628 forks source link

fix(llvm) change return type of `LLVMLookupIntrinsicID` function(s) in generated bindings from `void` to (unsigned) `int` #950

Closed KitsuneAlex closed 7 months ago

KitsuneAlex commented 7 months ago

As the title suggests, this fixes the LLVMLookupIntrinsicID family of functions in the generated bindings to allow accessing things like llvm.trap and llvm.debugtrap.

KitsuneAlex commented 7 months ago

Don't wanna be annoying but i'm just gonna.. @Spasi bump again xP

Spasi commented 7 months ago

@KitsuneAlex thanks!

KitsuneAlex commented 7 months ago

No, thank you good sir! :)