Displaying 3 results from an estimated 3 matches for "d11wtq".
2016 Sep 29
3
LLVM Virtual Machine
...gt; 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>
2016 Sep 27
5
LLVM Virtual Machine
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.
Regards,
Asad
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Aug 03
3
Issue with HelloWorld pass
Dear all,
I'm new to the LLVM world and I'm trying to run reproduce the hello
world example described here
http://llvm.org/releases/3.8.1/docs/WritingAnLLVMPass.html.
I started with a fresh new llvm-3.8.1 installation based on cmake
(running on Linux x86) using the following command:
cmake -DCMAKE_INSTALL_PREFIX=/path/to/llvm -DLLVM_TARGETS_TO_BUILD="X86" ../
The build