[llvm-commits] [llvm] r138866 - /llvm/trunk/lib/Target/Mips/InstPrinter/Makefile

Akira Hatanaka ahatanak at gmail.com
Wed Aug 31 10:49:04 PDT 2011


Author: ahatanak
Date: Wed Aug 31 12:49:04 2011
New Revision: 138866

URL: http://llvm.org/viewvc/llvm-project?rev=138866&view=rev
Log:
Fix typo. Patch by Liu.

Modified:
    llvm/trunk/lib/Target/Mips/InstPrinter/Makefile

Modified: llvm/trunk/lib/Target/Mips/InstPrinter/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/InstPrinter/Makefile?rev=138866&r1=138865&r2=138866&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/InstPrinter/Makefile (original)
+++ llvm/trunk/lib/Target/Mips/InstPrinter/Makefile Wed Aug 31 12:49:04 2011
@@ -10,7 +10,7 @@
 LEVEL = ../../../..
 LIBRARYNAME = LLVMMipsAsmPrinter
 
-# Hack: we need to include 'main' arm target directory to grab private headers
+# Hack: we need to include 'main' mips target directory to grab private headers
 CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list