forgot to svn add these, doh.

llvm-svn: 94130
This commit is contained in:
Chris Lattner 2010-01-22 01:55:10 +00:00
parent 00646cfbd4
commit 9a184b368b
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,7 @@
add_llvm_library(LLVMMCParser
AsmLexer.cpp
AsmParser.cpp
MCAsmLexer.cpp
MCAsmParser.cpp
TargetAsmParser.cpp
)

View File

@ -0,0 +1,15 @@
##===- lib/MC/MCParser/Makefile ----------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMMCParser
BUILD_ARCHIVE := 1
include $(LEVEL)/Makefile.common