[llvm-dev] LLVM 7.0.1 Error no matching constructor for initialization of SmallVector (original) (raw)
hameeza ahmed via llvm-dev llvm-dev at lists.llvm.org
Wed Jan 16 21:26:06 PST 2019
- Previous message: [llvm-dev] stale info in the assumption cache
- Next message: [llvm-dev] [RFC] Order File Instrumentation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message: [llvm-dev] stale info in the assumption cache
- Next message: [llvm-dev] [RFC] Order File Instrumentation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]