OSDN Git Service

Tablegen target intrinsics from the target main .td file.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 15 Oct 2009 18:48:47 +0000 (18:48 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 15 Oct 2009 18:48:47 +0000 (18:48 +0000)
Fix pasto.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84190 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index e3f388d..4e0bd5c 100644 (file)
@@ -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::