OSDN Git Service

Fix missing dependencies for TableGen (.td) files.
authorStephen Hines <srhines@google.com>
Fri, 10 Aug 2012 00:34:38 +0000 (17:34 -0700)
committerStephen Hines <srhines@google.com>
Sat, 11 Aug 2012 00:47:52 +0000 (17:47 -0700)
commit992bad2fe49a661b42fb38b6fce38534a376f597
tree9c5a2aa8d9f06e5cd60e33ada71219415c20360a
parent67165ebb79a27052dd026293a89351b9ff86d30f
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
llvm-tblgen-rules.mk