[LLVMbugs] [Bug 9577] New: Incompatible -x argument for preprocessed objc output

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Mar 28 15:21:05 PDT 2011


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

           Summary: Incompatible -x argument for preprocessed objc output
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: clee at x.org
                CC: llvmbugs at cs.uiuc.edu


GCC uses '-x objc-cpp-output' for .mi files.

clang uses '-x objective-c-cpp-output' for the same files, and errors if you
pass it the gcc-compatible name. Ideally, it would also accept the
gcc-compatible language name.

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