-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:driver'clang' and 'clang++' user-facing binaries. Not 'clang-cl''clang' and 'clang++' user-facing binaries. Not 'clang-cl'duplicateResolved as duplicateResolved as duplicate
Description
| 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
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:driver'clang' and 'clang++' user-facing binaries. Not 'clang-cl''clang' and 'clang++' user-facing binaries. Not 'clang-cl'duplicateResolved as duplicateResolved as duplicate