[cfe-dev] clang dependence on gcc for assembler even with -filetype=obj
Chris Lattner
clattner at apple.com
Wed Jun 9 09:29:16 PDT 2010
On Jun 9, 2010, at 9:20 AM, Aaron Gray wrote:
> Hi,
>
> I just compiled llvm+clang with MSVC++ and tried using the -filetype=obj but clang seems to be dependent on GCC.
Clang defaults to using GCC as a portability layer for targets that don't have a ToolChain set up in the driver. Define a ToolChain for your platform and this goes away.
-Chris
More information about the cfe-dev
mailing list