[LLVMbugs] [Bug 2772] New: clang doesn't accept -c flag

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Sep 5 09:49:34 PDT 2008


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

           Summary: clang doesn't accept -c flag
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Basic
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: nlewycky at google.com
                CC: llvmbugs at cs.uiuc.edu


AnMaster on IRC points out that the clang driver doesn't seem to follow POSIX
standard for a compiler's flags:

  SYNOPSIS
         c99 [-c][-D name[=value]]...[-E][-g][-I directory] ... [-L directory]
                ... [-o outfile][-Ooptlevel][-s][-U name]...  operand
                ...

notably that the -c flag is missing.


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