warning: enumeration values 'AllocatedPointer' and 'AllocAlign' not handled in switch #99955
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
On recent master, compiling gives me this warning in stdout:
Now, they are handled in the switch case, but are gated by
LLVM_VERSION_GE
. I think this is a fall out of #99574. The issue is probably fixed by adding similar gating to LLVMWrapper.h .@rustbot label A-llvm T-compiler
The text was updated successfully, but these errors were encountered: