LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 2618 - Dependency files not supported
Summary: Dependency files not supported
Status: RESOLVED FIXED
Alias: None
Product: clang
Classification: Unclassified
Component: Frontend (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P enhancement
Assignee: Unassigned LLVM Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-31 10:25 PDT by Kovarththanan Rajaratnam
Modified: 2010-03-12 00:57 PST (History)
3 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kovarththanan Rajaratnam 2008-07-31 10:25:06 PDT
clang doesn't support creation of dependency files, which makes it hard to use it as a GCC replacement.

The proposed fix can be found at:

http://lists.cs.uiuc.edu/pipermail/cfe-dev/2008-July/002398.html
Comment 1 Chris Lattner 2008-08-22 23:43:35 PDT
Patch review sent out to cfe-dev
Comment 2 Chris Lattner 2008-10-16 01:18:29 PDT
Kovarththanan: ping?
Comment 3 Daniel Dunbar 2008-10-24 16:17:15 PDT
Follow up was here: http://lists.cs.uiuc.edu/pipermail/cfe-dev/2008-August/002513.html
Comment 4 Daniel Dunbar 2008-10-24 21:35:04 PDT
Patch applied here: http://llvm.org/viewvc/llvm-project?view=rev&revision=58122