Skip to content

Driver: gcc -MM option not supported #3959

@llvmbot

Description

@llvmbot
Bugzilla Link 3587
Resolution DUPLICATE
Resolved on Feb 22, 2010 12:54
Version unspecified
OS All
Reporter LLVM Bugzilla Contributor

Extended Description

First off, bugzilla needs to have a Driver component to report bugs against. :P

Second, the -MM option is not supported by the ccc driver.

This option is used to generate header file dependencies in a format recognizable by Makefiles.

Its output could be, for example:

sl_list.o: ../common/sl_list.c ../common/cseries.h ../common/platform.h
../common/sl_list.h

This is something that shouldn't be hard to do, and should be added so that ccc can be plugged in instead of gcc for Makefiles that make use of this option.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillaclang:driver'clang' and 'clang++' user-facing binaries. Not 'clang-cl'duplicateResolved as duplicate

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions