Add EmitAssembly to mf
authorChris Lattner <sabre@nondot.org>
Wed, 19 Sep 2001 13:48:18 +0000 (13:48 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 19 Sep 2001 13:48:18 +0000 (13:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@637 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/Makefile

index aa1f0dc4a284e0049ee7cff3b6c4d4e24535f102..82404c85b881a9b4ed981a8ef1ced1c778430e68 100644 (file)
@@ -7,7 +7,7 @@ Source  = \
          Sparc.burm.o \
          SparcInstrSelection.o \
          SparcRegClassInfo.o \
-         SparcRegInfo.o
+         SparcRegInfo.o EmitAssembly.o
 
 include $(LEVEL)/Makefile.common