[LLVMbugs] [Bug 3240] New: Add *AsmPrinterForceLink to the targets which don' t have them

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Dec 19 15:26:54 PST 2008


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

           Summary: Add *AsmPrinterForceLink to the targets which don't have
                    them
           Product: libraries
           Version: trunk
          Platform: Macintosh
        OS/Version: Mac System 9.x
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Common Code Generator Code
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: danchr at gmail.com
                CC: llvmbugs at cs.uiuc.edu
            Blocks: 3201


Created an attachment (id=2322)
 --> (http://llvm.org/bugs/attachment.cgi?id=2322)
Patch against lib/Target

The attached patch adds a bogus *AsmPrinterForceLink definition to each of
ARMAsmPrinter.cpp, AlphaAsmPrinter.cpp, CBackend.cpp, CPPBackend.cpp,
IA64AsmPrinter.cpp, MSILWriter.cpp, MipsAsmPrinter.cpp, PIC16AsmPrinter.cpp,
SPUAsmPrinter.cpp, SparcAsmPrinter.cpp and XCoreAsmPrinter.cpp. Or, in other
words, the targets which don't already have such definitions.

These definitions are already used by the CMake build on Windows, and could be
used by the Makefile build system in the future.


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