GangRyung Uh via llvm-dev
2016-Aug-29 03:13 UTC
[llvm-dev] cmake configuration changes to build Kaleidoscope outside of llvm examples src tree
I try to understand cmake build configuration. As an example, I copied Kaleidoscope from llvm examples to some other directory (e.g., /tmp/Kaleidoscope). What change(s) that I need to make to "CMakkeLists.txt" in order to build Kaleidoscope from /tmp/Kaleidoscope? Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160828/b4d03711/attachment.html>
Chris Bieneman via llvm-dev
2016-Aug-29 23:31 UTC
[llvm-dev] cmake configuration changes to build Kaleidoscope outside of llvm examples src tree
A lot. The examples are not designed to be built in this way, and it is not advised. If you go down that path you are way off in uncharted territory, and shouldn’t expect much help. -Chris> On Aug 28, 2016, at 8:13 PM, GangRyung Uh via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > I try to understand cmake build configuration. As an example, I copied Kaleidoscope from llvm examples to some other directory (e.g., /tmp/Kaleidoscope). What change(s) that I need to make to "CMakkeLists.txt" in order to build Kaleidoscope from /tmp/Kaleidoscope? > > Thank you. > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
GangRyung Uh via llvm-dev
2016-Aug-30 02:52 UTC
[llvm-dev] cmake configuration changes to build Kaleidoscope outside of llvm examples src tree
Can you advise some recommendable build configuration? Thanks, Gang-Ryung On Mon, Aug 29, 2016 at 6:31 PM, Chris Bieneman <beanz at apple.com> wrote:> A lot. The examples are not designed to be built in this way, and it is > not advised. If you go down that path you are way off in uncharted > territory, and shouldn’t expect much help. > > -Chris > > > On Aug 28, 2016, at 8:13 PM, GangRyung Uh via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > > > I try to understand cmake build configuration. As an example, I copied > Kaleidoscope from llvm examples to some other directory (e.g., > /tmp/Kaleidoscope). What change(s) that I need to make to "CMakkeLists.txt" > in order to build Kaleidoscope from /tmp/Kaleidoscope? > > > > Thank you. > > _______________________________________________ > > 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/20160829/a6011253/attachment.html>
Seemingly Similar Threads
- Kaleidoscope examples on Windows
- [LLVMdev] Optimization of calls to functions without side effects (from Kaleidoscope example)
- [LLVMdev] Function calls only being JIT'd once by Kaleidoscope with MCJIT?
- [LLVMdev] Some basic questions regarding MCJIT and Kaleidoscope sample
- [LLVMdev] Optimization of calls to functions without side effects (from Kaleidoscope example)