Displaying 6 results from an estimated 6 matches for "bfaull".
Did you mean:
faull
2014 Jul 21
2
[LLVMdev] VMKit build problems; can't use LLVM3.4.2 ?
Greetings,
I've been using LLVM and Clang for some time, but I'm new to the list and new to VMKit; please advise if I should post this elsewhere.
VMKit doesn't seem to build with LLVM/Clang 3.4.2 -- seems that one must use LLVM3.3. I see the following error:
VmkitGCPrinter.cpp:363:53: error: too many arguments to function call, expected 2, have 3
2014 Oct 28
2
[LLVMdev] DragonEgg3.3 support for gcc cross compilers
...tried only emitting the IR
/path/to/tilera-gcc48/bin/tile-gcc -fplugin=/path/to/dragonegg.so
-fplugin-arg-dragonegg-emit-ir -S -o hello.ll hello.c
(and still get the error: cannot load plugin dragonegg.so: wrong ELF class:
ELFCLASS64 )
- Ajay
On Mon, Oct 27, 2014 at 9:39 PM, Brian Faull <bfaull at cog-e.com> wrote:
> Hello,
>
> There may be plenty more experienced experts on DragonEgg (and hopefully
> they'll correct me if I'm wrong), but I figured I'd chime in with my brief
> experience to start. I have messed with this a bit, and DragonEgg has
> worked...
2014 Oct 28
3
[LLVMdev] DragonEgg3.3 support for gcc cross compilers
...to/dragonegg.so
> > -fplugin-arg-dragonegg-emit-ir -S -o hello.ll hello.c
> >
> > (and still get the error: cannot load plugin dragonegg.so: wrong ELF
> class:
> > ELFCLASS64 )
> >
> > - Ajay
> >
> > On Mon, Oct 27, 2014 at 9:39 PM, Brian Faull <bfaull at cog-e.com> wrote:
> >>
> >> Hello,
> >>
> >> There may be plenty more experienced experts on DragonEgg (and hopefully
> >> they'll correct me if I'm wrong), but I figured I'd chime in with my
> brief
> >> experience to start...
2014 Sep 09
2
[LLVMdev] VMKit is retired (but you can help if you want!)
...ake the
> tests. But we will proceed step by step to understand the problem. In
> parallel, I'm also writing a documentation to describe the internals
> of VMKit, it will be useful for you and other people interested by the
> AOT.
>
> 2014-09-02 18:13 GMT+02:00 Brian Faull <bfaull at cog-e.com>:
> > Hi Gaël,
> >
> > So as not to get too far into the "weeds" -- let's start with minimal
> configuration, then `vmjc` (.class -> .bc), then `llc` (.bc -> asm) to make
> sure I'm on the right path!
> >
> > 1- CONFIGURATI...
2014 Sep 09
2
[LLVMdev] VMKit is retired (but you can help if you want!)
Hello again Gaël, (et al)
More on rekindling work on VMKit! Thank you for your interactions thus far on- and off-list.
As you suggested in your VMKit-retirement email (to which I'm attempting to respond), I'm interested in producing a Java-to-LLVM compiler out of VMKit. I'd like to take you up on your offer to help understand the architecture. If I can get the a Java-to-LLVM
2014 Oct 28
2
[LLVMdev] DragonEgg3.3 support for gcc cross compilers
I am using a gcc (v 4.8.2) cross compiler for the tilera architecture.
There is an LLVM (v 3.3) cross compiler available for tilera (
http://tilera.github.io/llvm),
but the frontend only has partial support for certain tilera intrinsics and
no OpenMP support.
Hence, I have decided to use DragonEgg (v 3.3) to resolve this. I was able
to build
DragonEgg, but when I pass the command line argument