[llvm-commits] [llvm] r84190 - /llvm/trunk/Makefile.rules

Jakob Stoklund Olesen stoklund at 2pi.dk
Thu Oct 15 11:48:54 PDT 2009


Author: stoklund
Date: Thu Oct 15 13:48:47 2009
New Revision: 84190

URL: http://llvm.org/viewvc/llvm-project?rev=84190&view=rev
Log:
Tablegen target intrinsics from the target main .td file.

Fix pasto.

Modified:
    llvm/trunk/Makefile.rules

Modified: llvm/trunk/Makefile.rules
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile.rules?rev=84190&r1=84189&r2=84190&view=diff

==============================================================================
--- llvm/trunk/Makefile.rules (original)
+++ llvm/trunk/Makefile.rules Thu Oct 15 13:48:47 2009
@@ -1540,8 +1540,8 @@
 	$(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::





More information about the llvm-commits mailing list