[LLVMdev] omission: clang-cc -MD -MF -c -fPIC

Ted Kremenek kremenek at apple.com
Sun Sep 6 10:57:40 PDT 2009


On Sep 5, 2009, at 11:36 AM, Bruce Korb wrote:

> Hi,
>
> I do not really have much direct control over the compile lines any  
> more.
> I guess I could code up a wrapper for your wrapper so that the  
> libtool wrapper
> would be happy, but could you all consider libtool built projects and
> embed the necessary option stripping in your clang-cc thing?
> Thank you.
> Regards, Bruce

Hi Bruce,

clang-cc is similar to cc1.  It is a low-level compiler driver not  
meant to be directly called by most clients.  You should use 'clang'  
instead, which acts as a drop-in replacement to gcc.  Please also send  
Clang-related emails to cfe-dev, which is the list for Clang  
development.



More information about the llvm-dev mailing list