William Moses via llvm-dev
2019-Sep-05 22:10 UTC
[llvm-dev] LLVM Plugin Built Outside of Source Tree
Is there documentation anywhere for building an LLVM plugin (for a custom optimization pass) outside of LLVM's source tree (as seems to be the case in http://llvm.org/docs/WritingAnLLVMPass.html). For example, building it using an existing pre-installed LLVM? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190905/3ab053af/attachment.html>
This is the guide I followed quite a while ago. https://llvm.org/docs/CMake.html#developing-llvm-passes-out-of-source -Yuanfang From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of William Moses via llvm-dev Sent: Thursday, September 5, 2019 3:11 PM To: llvm-dev <llvm-dev at lists.llvm.org> Subject: [llvm-dev] LLVM Plugin Built Outside of Source Tree Is there documentation anywhere for building an LLVM plugin (for a custom optimization pass) outside of LLVM's source tree (as seems to be the case in http://llvm.org/docs/WritingAnLLVMPass.html). For example, building it using an existing pre-installed LLVM? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190905/d5fbcb86/attachment.html>
Andrzej Warzynski via llvm-dev
2019-Sep-07 17:52 UTC
[llvm-dev] LLVM Plugin Built Outside of Source Tree
Some out-of-source examples based on LLVM-8: https://github.com/banach-space/llvm-tutor -Andrzej On 05/09/2019 23:52, via llvm-dev wrote:> This is the guide I followed quite a while ago. > > https://llvm.org/docs/CMake.html#developing-llvm-passes-out-of-source > > -Yuanfang > > *From:*llvm-dev <llvm-dev-bounces at lists.llvm.org> *On Behalf Of *William > Moses via llvm-dev > *Sent:* Thursday, September 5, 2019 3:11 PM > *To:* llvm-dev <llvm-dev at lists.llvm.org> > *Subject:* [llvm-dev] LLVM Plugin Built Outside of Source Tree > > Is there documentation anywhere for building an LLVM plugin (for a > custom optimization pass) outside of LLVM's source tree (as seems to be > the case in http://llvm.org/docs/WritingAnLLVMPass.html). > > For example, building it using an existing pre-installed LLVM? > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
Reasonably Related Threads
- Looking for an out-of-source "Hello, world" LLVM/Clang pass example
- Looking for an out-of-source "Hello, world" LLVM/Clang pass example
- Building LLVM Pass with in Source Tree
- [LLVMdev] Creating and implementing an analysis group out of tree
- [LLVMdev] Shared objects not being built on OS X