Audit src/rustllvm/RustWrapper.cpp for C APIs that are now in upstream LLVM. #68955
Open
1 of 2 tasks
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Specifically, functions which are implemented in the oldest supported LLVM version.
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.
cc @alexcrichton @nagisa @nikic @hanna-kruppe
The text was updated successfully, but these errors were encountered: