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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to