[llvm-dev] LLVM 7.0.1 Error no matching constructor for initialization of SmallVector
hameeza ahmed via llvm-dev
llvm-dev at lists.llvm.org
Wed Jan 16 21:26:06 PST 2019
Hello
With LLVM 4.0 my code is being compiled correctly. but with LLVM 7.0.1 I am
getting following error;
*llvm-7.0.1.src/include/llvm/IR/Module.h:356:43: error: no matching
constructor for initialization of 'SmallVector<llvm::Type *,
sizeof...(ArgsTy)>' SmallVector<Type*, sizeof...(ArgsTy)>
ArgTys{Args...};*
What is the reason?
Please help.
Thank You
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190117/1d59d404/attachment.html>
More information about the llvm-dev
mailing list