mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 04:09:45 +00:00
[Make] Fix dependencies for td.expanded
Depend on all the .td files not just the main one. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211390 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e29fc75ea5
commit
8d99e7650f
@ -1725,7 +1725,7 @@ $(ObjDir)/%GenDFAPacketizer.inc.tmp : %.td $(ObjDir)/.dir $(LLVM_TBLGEN)
|
||||
|
||||
# Dump all the records to <target>.td.expanded. This is useful for debugging.
|
||||
$(TARGET:%=%.td.expanded): \
|
||||
%.td.expanded : %.td $(LLVM_TBLGEN)
|
||||
%.td.expanded : %.td $(LLVM_TBLGEN) $(TDFiles)
|
||||
$(Echo) "Building a fully expanded version of $(<F)"
|
||||
$(Verb) $(LLVMTableGen) -o $(call SYSPATH, $@) $<
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user