[LLVMbugs] [Bug 3515] New: llc build with Visual studio 2008 assert for not link X86AsmPrinter

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Feb 8 22:52:54 PST 2009


http://llvm.org/bugs/show_bug.cgi?id=3515

           Summary: llc build with Visual studio 2008 assert for not link
                    X86AsmPrinter
           Product: tools
           Version: 2.4
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llc
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: stanli at S3Graphics.com
                CC: llvmbugs at cs.uiuc.edu


Run: llc -march=x86 -f -o=test.asm vec_set.bc  
vec_set.bc comes from  llvm-as llvm-2.4\test\CodeGen\X86\vec_set.ll


Assert at line199 in X86TargetMachine.cpp
assert(AsmPrinterCtor && "AsmPrinter was not linked in");

Will be fixed by add X86AsmPrinter.obj to the Additional Dependencies of llc
linker input.


Thanks
Stan Li


-- 
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.



More information about the llvm-bugs mailing list