forked from OSchip/llvm-project
Tablegen target intrinsics from the target main .td file.
Fix pasto. llvm-svn: 84190
This commit is contained in:
parent
8f003d0fa3
commit
79843050d5
|
@ -1540,8 +1540,8 @@ $(ObjDir)/%GenCallingConv.inc.tmp : %.td $(ObjDir)/.dir
|
|||
$(Verb) $(TableGen) -gen-callingconv -o $(call SYSPATH, $@) $<
|
||||
|
||||
$(TARGET:%=$(ObjDir)/%GenIntrinsics.inc.tmp): \
|
||||
$(ObjDir)/%GenIntrinsics.inc.tmp : Intrinsics%.td $(ObjDir)/.dir
|
||||
$(Echo) "Building $(<F) calling convention information with tblgen"
|
||||
$(ObjDir)/%GenIntrinsics.inc.tmp : %.td $(ObjDir)/.dir
|
||||
$(Echo) "Building $(<F) intrinsics information with tblgen"
|
||||
$(Verb) $(TableGen) -gen-tgt-intrinsic -o $(call SYSPATH, $@) $<
|
||||
|
||||
clean-local::
|
||||
|
|
Loading…
Reference in New Issue