[LLVMbugs] [Bug 9365] New: never use integrated-as on gcc output

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Mar 1 22:25:43 PST 2011


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

           Summary: never use integrated-as on gcc output
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: nlewycky at google.com
                CC: llvmbugs at cs.uiuc.edu


Because llvm-mc does not intend to support the same assembly dialect as gcc
(see discussion in bug 9164) the driver shouldn't try to use the integrated
assembler to assemble gcc-produced outputs. (Using it on raw .s files is still
the right thing to do.) This is only going to affect languages clang doesn't
support, such as fortran.

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