cwalls251 / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

llvm-svn fails to compile llc.cpp with linking error #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using MinGW, Windows XP SP2, Checkout llvm-svn
2. Configure runs fine
3. make ENABLE_OPTIMIZED=1

What is the expected output? What do you see instead?
Expecting full compilation of llvm-svn.

Get this when building llc.cpp:
make[2]: Entering directory `/usr/local/llvm-svn/tools/llc'
llvm[2]: Compiling llc.cpp for Release build 
llvm[2]: Linking Release executable llc (without symbols)
collect2: ld returned 5 exit status
make[2]: *** [/usr/local/llvm-svn/Release/bin/llc.exe] Error 1
make[2]: Leaving directory `/usr/local/llvm-svn/tools/llc'
make[1]: *** [llc/.makeall] Error 2
make[1]: Leaving directory `/usr/local/llvm-svn/tools'
make: *** [all] Error 1

What version of the product are you using? On what operating system?
Checked out revision  42154 of llvm-svn
MinGW 5.1.3, Windows XP SP2

Please provide any additional information below.

Original issue reported on code.google.com by leepara...@gmail.com on 20 Sep 2007 at 12:47

GoogleCodeExporter commented 8 years ago
LLVM bug, not an iphone-dev bug.

Original comment by nightwat...@gmail.com on 23 Sep 2007 at 9:05