[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
Sat Feb 16 09:44:48 PST 2019
- Previous message: [llvm-dev] [GSOC 2019] project ideas from 2018
- Next message: [llvm-dev] LLVM 7.0.1 Error no matching constructor for initialization of SmallVector
- 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? Due to this I am unable to do my task with LLVM7.0.1. How to solve this?
Please help.
Thank You -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190216/9f7e43a5/attachment.html>
- Previous message: [llvm-dev] [GSOC 2019] project ideas from 2018
- Next message: [llvm-dev] LLVM 7.0.1 Error no matching constructor for initialization of SmallVector
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]