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


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

Reply via email to