Open
0 of 1 issue completedOpen
0 of 1 issue completed
Description
Specifically, functions which are implemented in the oldest supported LLVM version.
- LLVMRustSetComdat => Comdat.h compiler: Use LLVM's Comdat support #131876
- LLVMRustModuleBuffer => Core.h::LLVMMemoryBufferRef
- LLVMRustDI* => Debuginfo.h::LLVMDI*
We can also consider to polyfill some functions that are available in our fork, but not in some older supported version, using the same name and signature, instead of our own.