-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
0 / 10 of 1 issue completedOpen
0 / 10 of 1 issue completed
Copy link
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
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.
Sub-issues
Metadata
Metadata
Assignees
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.