http://llvm.org/bugs/show_bug.cgi?id=4145
Anton Korobeynikov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Anton Korobeynikov <[email protected]> 2009-05-04 03:12:28 --- (In reply to comment #0) > /usr/lib/gcc/i686-pc-cygwin/4.3.2/../../../../i686-pc-cygwin/bin/ld: Dwarf > Error: found dwarf version '8242', this reader only handles version 2 > information. > /c/temp/llvm-svn/Debug/lib/LLVMXCore.o:XCoreTargetMachine.cpp:(.rdata$_ZTVN4llvm18XCoreTargetMachineE[vtable > for llvm::XCoreTargetMachine]+0x4c): undefined reference to > `llvm::LLVMTargetMachine::addPassesToEmitMachineCode(llvm::PassManagerBase&, > llvm::MachineCodeEmitter&, llvm::CodeGenOpt::Level)' Your gcc is broken then - it generates invalid debug information. This is not an LLVM bug. Try release version instead, maybe it will work. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
