[all-commits] [llvm/llvm-project] b5d941: [RDA] Try to fix build (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Apr 8 09:15:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b5d941ea5849d09c8005c40d13f668b96c508ff2
https://github.com/llvm/llvm-project/commit/b5d941ea5849d09c8005c40d13f668b96c508ff2
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-04-08 (Wed, 08 Apr 2020)
Changed paths:
M llvm/include/llvm/CodeGen/ReachingDefAnalysis.h
Log Message:
-----------
[RDA] Try to fix build (NFC)
fuchsia-x86_64-linux builder fails with:
/b/fuchsia-x86_64-linux/llvm.src/llvm/include/llvm/ADT/TinyPtrVector.h:85:15:
error: no matching conversion for C-style cast from 'nullptr_t' to 'llvm::ReachingDef'
RHS.Val = (EltTy)nullptr;
Let's see whether adding an explicit nullptr_t constructor helps.
More information about the All-commits
mailing list