mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
target for generating CC info
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34683 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
798dc7adb4
commit
bcc3c194a5
@ -1275,6 +1275,11 @@ $(ObjDir)/%GenSubtarget.inc.tmp : %.td $(ObjDir)/.dir
|
|||||||
$(Echo) "Building $(<F) subtarget information with tblgen"
|
$(Echo) "Building $(<F) subtarget information with tblgen"
|
||||||
$(Verb) $(TableGen) -gen-subtarget -o $@ $<
|
$(Verb) $(TableGen) -gen-subtarget -o $@ $<
|
||||||
|
|
||||||
|
$(TARGET:%=$(ObjDir)/%GenCallingConv.inc.tmp): \
|
||||||
|
$(ObjDir)/%GenCallingConv.inc.tmp : %.td $(ObjDir)/.dir
|
||||||
|
$(Echo) "Building $(<F) calling convention information with tblgen"
|
||||||
|
$(Verb) $(TableGen) -gen-callingconv -o $@ $<
|
||||||
|
|
||||||
clean-local::
|
clean-local::
|
||||||
-$(Verb) $(RM) -f $(INCFiles)
|
-$(Verb) $(RM) -f $(INCFiles)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user