mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
041f3b64dd
RustWrapper: explicitly don't handle DXILPointerTyID This new enum entry was introduced in https://reviews.llvm.org/D122268, and if I'm reading correctly there's no case where we'd ever encounter it in our uses of LLVM. To preserve the ability to compile this file with -Werror -Wswitch we add an explicit case for this entry. r? nikic