Displaying 3 results from an estimated 3 matches for "ccrkw0gd".
2011 Jun 30
1
[LLVMdev] clang -emit-llvm uses system ld
...gonegg
plugin is supposed to do. I am looking for something that will essentially
be a replacement for gcc except that it generates llvm bitcode instead of
normal object files. If I run something like:
gcc-4.5 -fplugin=/homes/malecha/tmp/libc-scratch/dragonegg/dragonegg.so a.c
-c -o a.o -flto
/tmp/ccRKW0GD.s: Assembler messages:
/tmp/ccRKW0GD.s:1: Error: junk at end of line, first unrecognized character
is `.'
/tmp/ccRKW0GD.s:2: Error: no such instruction: `target
triple="x86_64--linux-gnu"'
/tmp/ccRKW0GD.s:4: Error: no such instruction: `module asm
"\09.ident\09\22GCC: (GNU) 4...
2011 Jun 30
0
[LLVMdev] clang -emit-llvm uses system ld
Hi Gregory,
> I've tried the LTO options with dragonegg, but I haven't had any luck getting it
> to work,
details?
Ciao, Duncan.
I'm not sure if it is related to my installation of gold or my gcc
> configuration.
>
> I'm really interested in getting the resulting program as bitcode though. Will
> LTO do that for me? What I'm trying to do is build a
2011 Jun 30
2
[LLVMdev] clang -emit-llvm uses system ld
Hi Rafael,
I've tried the LTO options with dragonegg, but I haven't had any luck
getting it to work, I'm not sure if it is related to my installation of gold
or my gcc configuration.
I'm really interested in getting the resulting program as bitcode though.
Will LTO do that for me? What I'm trying to do is build a bitcode version of
libc that I can combine with a program and