commit | 992bad2fe49a661b42fb38b6fce38534a376f597 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Thu Aug 09 17:34:38 2012 -0700 |
committer | Stephen Hines <srhines@google.com> | Fri Aug 10 17:47:52 2012 -0700 |
tree | 9c5a2aa8d9f06e5cd60e33ada71219415c20360a | |
parent | 67165ebb79a27052dd026293a89351b9ff86d30f [diff] |
Fix missing dependencies for TableGen (.td) files. LLVM's .td files often "include" additional td files (particularly for code generation, which may be broken down into many files). This change attempts to improve our dependency tracking. Although it may sometimes trigger an unnecessary recompile, it at least does the right thing when we update files like ARMInstrInfo.td. Change-Id: Ib683ad1537d2acb394b2f5274f9c80df2868720f