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

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Sep 5 09:53:11 PDT 2008


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


Ted Kremenek <kremenek at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kremenek at apple.com
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Ted Kremenek <kremenek at apple.com>  2008-09-05 11:53:11 ---
The executable 'clang' is not meant to be a drop in replacement for 'cc'. 
That's the purpose of 'ccc', which calls 'clang' with the proper arguments. 
'ccc' definitely accepts -c.  Eventually we will evolve the driver
infrastructure to have a good cc replacement that is not implemented in python.

Marking as invalid.


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