[LLVMbugs] [Bug 958] case branch tables: as complains "complex expression, absolute segment assumed"
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Oct 19 17:25:05 PDT 2006
http://llvm.org/bugs/show_bug.cgi?id=958
scottm at aero.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From scottm at aero.org 2006-10-19 19:25 -------
Yup, it's the assembler. Recommended workaround is to install odcctools from
DarwinPorts (or equivalent upgraded binutils) and run configure for the C
frontend as follows:
env AS=/opt/local/bin/odas LD=/opt/local/bin/odld ../configure
--prefix=/Users/scottm/play/llvm-cfrontend/obj/../powerpc-apple-darwin8.0
--program-prefix=llvm- --enable-llvm=`pwd`/../../llvm/obj/
--enable-languages=c,c++ --with-as=/opt/local/bin/odas --with-ld=/opt/local/bin/odld
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list