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

Bruce Korb bruce.korb at gmail.com
Sun Sep 6 11:02:59 PDT 2009


On Sun, Sep 6, 2009 at 10:57 AM, Ted Kremenek <kremenek at apple.com> wrote:
> 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...
>
> 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.

Hi Ted,

Thank you!  I read all three "RTFM" admonishments as well as the "FM" and
came away with using the cc1 replacement and the llvmdev list.  Sorry.
Thank you for the pointers.  Regards, Bruce




More information about the llvm-dev mailing list