[X86] Remove X86CodeGen dependency from the AsmParser library.

llvm-svn: 256429
This commit is contained in:
Craig Topper 2015-12-25 22:10:11 +00:00
parent c0453e87dc
commit 95e5596228
2 changed files with 1 additions and 4 deletions

View File

@ -19,5 +19,5 @@
type = Library
name = X86AsmParser
parent = X86
required_libraries = MC MCParser Support X86CodeGen X86Desc X86Info
required_libraries = MC MCParser Support X86Desc X86Info
add_to_library_groups = X86

View File

@ -9,7 +9,4 @@
LEVEL = ../../../..
LIBRARYNAME = LLVMX86AsmParser
# Hack: we need to include 'main' x86 target directory to grab private headers
CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
include $(LEVEL)/Makefile.common