Displaying 20 results from an estimated 20000 matches similar to: "[LLVMdev] X86-64 support checked in"
2007 Apr 01
3
[LLVMdev] trouble compiling llvm-gcc4 1.9
I'm having some trouble getting llvm-gcc4 to compile. It's unable to
compile darwin-crt3.c. It's mentioning "Complex expression. Absolute
segment assumed." but I'm not sure if that's a real error message. Has
anyone run into this before? I'm running on a G4 apple 10.4.8, kernel
version 8.6.0. I googled around and found a bug with the same error message:
2007 Jun 04
2
[LLVMdev] building llvm-gcc4 with a different target name
Hello,
I've put together a macports version of llvm and llvm-gcc4, but I've run
into a problem with how gcc on the mac works. llvm-gcc4 creates an
executable named:
/opt/local/bin/powerpc-apple-darwin8-gcc-4.0.1
Which happens to be the same executable in /usr/bin. Because I have
/opt/local before /usr/bin, gcc ends up using llvm-gcc4 to build all my
code. Most of the time this
2007 Sep 19
2
[LLVMdev] Building current llvm-gcc-4.0 TOT fails on darwin x86
I now get:
/Users/arnold/Desktop/testing/vanilla-gcc-4.0/obj/gcc/xgcc -B/Users/
arnold/Desktop/testing/vanilla-gcc-4.0/obj/gcc/ -B/Users/arnold/
Desktop/testing/vanilla-gcc-4.0/obj/../install/i686-apple-darwin8/
bin/ -B/Users/arnold/Desktop/testing/vanilla-gcc-4.0/obj/../install/
i686-apple-darwin8/lib/ -isystem /Users/arnold/Desktop/testing/
2007 Sep 19
0
[LLVMdev] Building current llvm-gcc-4.0 TOT fails on darwin x86
On Sep 19, 2007, at 12:32 PM, Arnold Schwaighofer wrote:
> I now get:
> /Users/arnold/Desktop/testing/vanilla-gcc-4.0/obj/gcc/xgcc -B/Users/
> arnold/Desktop/testing/vanilla-gcc-4.0/obj/gcc/ -B/Users/arnold/
> Desktop/testing/vanilla-gcc-4.0/obj/../install/i686-apple-darwin8/
> bin/ -B/Users/arnold/Desktop/testing/vanilla-gcc-4.0/obj/../install/
> i686-apple-darwin8/lib/
2006 Nov 14
0
[LLVMdev] gcc 4 frontend binary for mac os x x86
>> I assume you have an Mac with an Intel processor.
>
> Yes. Sorry, I forgot to mentioned it in the mailbody.
>
>> Download this:
>> http://llvm.org/releases/1.8/llvm-gcc4-1.8-x86-darwin.tar.gz
>
> I think that is the same tarball I used before.
Ok. I'm confused. Do you want llvm-gcc3 or llvm-gcc4? The tarball above is
a binary for llvm-gcc4 for Mac x86. You
2007 Apr 02
0
[LLVMdev] trouble compiling llvm-gcc4 1.9
On Mar 31, 2007, at 11:35 PM, Erick Tryzelaar wrote:
> I'm having some trouble getting llvm-gcc4 to compile. It's unable to
> compile darwin-crt3.c. It's mentioning "Complex expression. Absolute
> segment assumed." but I'm not sure if that's a real error message. Has
> anyone run into this before? I'm running on a G4 apple 10.4.8, kernel
> version
2006 Nov 14
2
[LLVMdev] gcc 4 frontend binary for mac os x x86
On Nov 14, 2006, at 8:30 AM, Tanya M. Lattner wrote:
>
>>> I assume you have an Mac with an Intel processor.
>>
>> Yes. Sorry, I forgot to mentioned it in the mailbody.
>>
>>> Download this:
>>> http://llvm.org/releases/1.8/llvm-gcc4-1.8-x86-darwin.tar.gz
>>
>> I think that is the same tarball I used before.
>
> Ok. I'm
2006 Dec 21
2
[LLVMdev] llvm-gcc frontend 4 on intel darwin produces intel assembler
hi all,
i surely overlooked something.
but i am currently trying to do some benchmarking stuff with llvm.
in my thesis i was using llvm-1.5 (i did some extension work, which i
would have to frontport now).
But unfortunately 1.5 is for some benchmarks unstable (at least on my
box) such that llc sigsegvs sometimes, etc.
So I wanted to give 1.9 a go and build that on the my intel mac book.
I did
2006 Jun 07
1
[LLVMdev] llvm-gcc 4.0 for Linux@x86
Hi John,
llvm-gcc4 by default emits object files, just as gcc does. This is by
design. If you want to get bytecode output you need to use the --emit-
llvm-bc option. A complete list of the options that llvm-gcc4 supports
can be obtained with "llvm-gcc -v --help" (lots of output). Here are the
descriptions of the --emit-llvm options:
-emit-llvm Emit LLVM code to the
2006 Nov 14
2
[LLVMdev] gcc 4 frontend binary for mac os x x86
Hi,
On Nov 13, 2006, at 9:17 PM, Tanya M. Lattner wrote:
> I assume you have an Mac with an Intel processor.
Yes. Sorry, I forgot to mentioned it in the mailbody.
> Download this:
> http://llvm.org/releases/1.8/llvm-gcc4-1.8-x86-darwin.tar.gz
I think that is the same tarball I used before.
> Let me know if that doesn't work.
Again: there is no fixheader-script like you
2006 Jun 07
0
[LLVMdev] llvm-gcc 4.0 for Linux@x86
Hmm, today I just tried compiling the llvm-gcc 4.0 frontend again on linux
(Fedora Core 3 I believe) and I seem to be suddenly having the problem that
Yossi Kreinin mentioned. The frontend seems to be using normal gcc to
compile as I no longer get a bytecode file after compilation. When I pass
the --version argument it claims to be the LLVM 4.0.1 frontend. Any ideas
what might cause this? It was
2006 Dec 21
0
[LLVMdev] llvm-gcc frontend 4 on intel darwin produces intel assembler
You need to use -emit-llvm
http://llvm.org/docs/GettingStarted.html#tutorial4
-Tanya
On Thu, 21 Dec 2006, Jakob Praher wrote:
> hi all,
>
> i surely overlooked something.
> but i am currently trying to do some benchmarking stuff with llvm.
> in my thesis i was using llvm-1.5 (i did some extension work, which i
> would have to frontport now).
>
> But unfortunately 1.5 is
2006 Nov 21
0
[LLVMdev] libstdc++ as bytecode, and compiling C++ to C
On Tue, Nov 21, 2006 at 05:33:32PM +0800, Mohd-Hanafiah Abdullah wrote:
> Emil:
>
> I'm using LLVM 1.9 now. When I tried to do what you did I got the
> following though:
>
> $ llvm-g++ -emit-llvm -c x.cpp
> $ llvm-link -o=linked.o x.o std/*.o sup/*.o
> WARNING: Linking two modules of different target triples!
> WARNING: Linking two modules of different target
2007 Aug 21
0
[LLVMdev] Problems building llvm-gcc-4.2 on ppc32, OS X 10.4.10
Hi, I'm guessing that no one has tried this exact combination yet.
I'm trying to build the gcc4.2 front end with current LLVM SVN
on a G4 Powerbook running 10.4.10.
I started with this:
../gcc4.2-trunk/configure
--prefix=$HOME/Documents/hpcl/LLVM/llvm-gcc-4-2/install
--enable-llvm=$HOME/Documents/hpcl/LLVM/llvm-svn-obj/
--with-gmp=$HOME/Documents/hpcl/LLVM/llvm-gcc-4-2/libdeps
2006 Aug 23
0
[LLVMdev] help with link problems
Jerry Hom wrote:
I haven't seen anyone answer this question yet, so I'll take a crack at it:
> First, thanks to those who have responded to my earlier pleas for
> help. You have either directly or indirectly helped me find the
> answers I needed. I'm slowly getting up to speed with LLVM. Now I
> have 2 more questions.
>
> 1) I'm using LLVM 1.8a with
2006 Nov 14
0
[LLVMdev] gcc 4 frontend binary for mac os x x86
On Nov 14, 2006, at 1:07 AM, Nico Moser wrote:
>> If you want to emit
>> llvm bytecode be sure to pass -emit-llvm to llvm-gcc.
>
> Thats the next point:
> $ llvm-gcc4-1.8-x86-darwin/bin/gcc -v -emit-llvm main.c
> ....
> /usr/bin/ld: unknown flag: -emit-llvm
> collect2: ld returned 1 exit status
The linker does not know how to link llvm-byte code.
If you add -c on
2007 Jul 06
2
[LLVMdev] -arch option ignored?
Sorry if this has been answered before -- a quick search didn't dig
up an answer for me.
I'd like to use the llvm-gg4 front-end for cross-compilation (ppc/x86
and vice versa) on Mac OS X.
I built it (e.g. on ppc) from source with a configure like this:
configure --with-gxx-include-dir=/usr/include/c++/4.0.0 --
build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --
2006 Aug 25
2
[LLVMdev] updating the "Getting Started" page with more info about the gcc4 frontend
Devang Patel wrote:
>
> On Aug 23, 2006, at 7:00 PM, Emil Mikulic wrote:
>
>> Where -is- that documented?
>>
>> The only reason I know about it is because of how many times it's come
>> up on the list. =)
>
> http://llvm.org/docs/GettingStarted.html ?
>
> ...
> Example with llvm-gcc4
> First, create a simple C file, name it
2007 Feb 28
0
[LLVMdev] Cygwin release build error
Hello, Aaron.
> /usr/src/llvm-gcc4/gcc/libgcc2.c: In function '__eprintf':
> /usr/src/llvm-gcc4/gcc/libgcc2.c:1832: internal compiler error:
> Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://llvm.org/bugs> for instructions.
You should:
1. Try to emit bytecode with --emit-llvm compiler switch.
1.1
2006 Aug 17
2
[LLVMdev] help with link problems
First, thanks to those who have responded to my earlier pleas for
help. You have either directly or indirectly helped me find the
answers I needed. I'm slowly getting up to speed with LLVM. Now I
have 2 more questions.
1) I'm using LLVM 1.8a with llvm-gcc3. I'm trying to compile firefox
(with regular gcc and make) while using LLVM to automatically
instrument one source file