On Thu, Sep 29, 2016 at 9:02 PM, Jonas Wagner via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi, > > I am going to use LLVM for my Thesis. Is there any LLVM Virtual Machine to >> download. I have some problem with installing and configuring the LLVM, >> please let me have the virtual machine link to download if there is any. >> > > I don't know of anybody who has set up a VM to test LLVM. I think having a > VM image with pre-compiled LLVM and all the dependencies would indeed be a > useful thing. > > I reckon that vagrant init ubuntu/xenial64 would be a good start; LLVM > should build fine on recent Linuxes. >Hmm. If that's what is wanted, there's this: https://github.com/d11wtq/llvm-docker A little old now, but could be undated. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160929/fe31c630/attachment.html>
Unfortunately it dose not help. Is there any VM with preinstalled LLVM to download? On Thu, Sep 29, 2016 at 12:10 PM, Bruce Hoult <bruce at hoult.org> wrote:> > On Thu, Sep 29, 2016 at 9:02 PM, Jonas Wagner via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi, >> >> I am going to use LLVM for my Thesis. Is there any LLVM Virtual Machine >>> to download. I have some problem with installing and configuring the LLVM, >>> please let me have the virtual machine link to download if there is any. >>> >> >> I don't know of anybody who has set up a VM to test LLVM. I think having >> a VM image with pre-compiled LLVM and all the dependencies would indeed be >> a useful thing. >> >> I reckon that vagrant init ubuntu/xenial64 would be a good start; LLVM >> should build fine on recent Linuxes. >> > > Hmm. If that's what is wanted, there's this: > > https://github.com/d11wtq/llvm-docker > > A little old now, but could be undated. > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161014/de92cfa7/attachment.html>
Unfortunately it dose not help. Is there any VM with preinstalled LLVM to download? On Thu, Sep 29, 2016 at 12:10 PM, Bruce Hoult <bruce at hoult.org> wrote:> > On Thu, Sep 29, 2016 at 9:02 PM, Jonas Wagner via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi, >> >> I am going to use LLVM for my Thesis. Is there any LLVM Virtual Machine >>> to download. I have some problem with installing and configuring the LLVM, >>> please let me have the virtual machine link to download if there is any. >>> >> >> I don't know of anybody who has set up a VM to test LLVM. I think having >> a VM image with pre-compiled LLVM and all the dependencies would indeed be >> a useful thing. >> >> I reckon that vagrant init ubuntu/xenial64 would be a good start; LLVM >> should build fine on recent Linuxes. >> > > Hmm. If that's what is wanted, there's this: > > https://github.com/d11wtq/llvm-docker > > A little old now, but could be undated. > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161015/398d52d4/attachment.html>
The FreeBSD release VM images have Clang installed as part of the base system, though it’s not clear what you mean by ‘LLVM installed’. If you need all of the LLVM development libraries and so on as well, then ‘pkg install llvm’ will do this for you. Given that LLVM is packaged for all major operating systems, I’m not sure why you feel that a VM is more convenient though. David> On 15 Oct 2016, at 07:54, A. V via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Unfortunately it dose not help. Is there any VM with preinstalled LLVM to download? > > On Thu, Sep 29, 2016 at 12:10 PM, Bruce Hoult <bruce at hoult.org> wrote: > > On Thu, Sep 29, 2016 at 9:02 PM, Jonas Wagner via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Hi, > > I am going to use LLVM for my Thesis. Is there any LLVM Virtual Machine to download. I have some problem with installing and configuring the LLVM, please let me have the virtual machine link to download if there is any. > > I don't know of anybody who has set up a VM to test LLVM. I think having a VM image with pre-compiled LLVM and all the dependencies would indeed be a useful thing. > > I reckon that vagrant init ubuntu/xenial64 would be a good start; LLVM should build fine on recent Linuxes. > > Hmm. If that's what is wanted, there's this: > > https://github.com/d11wtq/llvm-docker > > A little old now, but could be undated. > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev