forked from OSchip/llvm-project
[X86] Remove X86CodeGen dependency from the AsmParser library.
llvm-svn: 256429
This commit is contained in:
parent
c0453e87dc
commit
95e5596228
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue