[all-commits] [llvm/llvm-project] ecd52a: [Verifier] Try to fix MSVC build
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Sep 20 09:47:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ecd52a5be9a1c9c0efe5a1d92aa2cde807758cac
https://github.com/llvm/llvm-project/commit/ecd52a5be9a1c9c0efe5a1d92aa2cde807758cac
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-09-20 (Mon, 20 Sep 2021)
Changed paths:
M llvm/lib/IR/Verifier.cpp
Log Message:
-----------
[Verifier] Try to fix MSVC build
Some buildbots fail with:
> C:\a\llvm-clang-x86_64-expensive-checks-win\llvm-project\llvm\lib\IR\Verifier.cpp(4352): error C2678: binary '==': no operator found which takes a left-hand operand of type 'const llvm::MDOperand' (or there is no acceptable conversion)
Possibly the explicit MDOperand to Metadata* conversion will help?
More information about the All-commits
mailing list