mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-17 21:42:12 +00:00
[X86] Remove X86CodeGen dependency from the AsmParser library.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256429 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
894bfb2d42
commit
ceae661f8f
@ -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…
x
Reference in New Issue
Block a user