Bernard Nongpoh via llvm-dev
2016-Jul-21 05:47 UTC
[llvm-dev] Add addRequired<>() for different Pass
Hello There, I tried to addRequired<DataLayoutPass>() But DataLayoutPass is not there in the LLVM 3.7 how to solve this issue. Thanking You regards, Bernard -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160721/4abdc259/attachment.html>
Mehdi Amini via llvm-dev
2016-Jul-21 05:52 UTC
[llvm-dev] Add addRequired<>() for different Pass
Hi, Please see the release notes: http://llvm.org/releases/3.7.0/docs/ReleaseNotes.html <http://llvm.org/releases/3.7.0/docs/ReleaseNotes.html> The third point says "The DataLayout is no longer optional” and shows what changed. Let me know if it is not clear enough. — Mehdi> On Jul 20, 2016, at 10:47 PM, Bernard Nongpoh via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hello There, > I tried to addRequired<DataLayoutPass>() But DataLayoutPass is not there in the LLVM 3.7 how to solve this issue. > > Thanking You > > regards, > Bernard > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160720/e5cda0f8/attachment.html>