forked from OSchip/llvm-project
Simple makefile fixups.
With the current target revision of Clang libclangChecker no longer exists and is not needed. Update the include path so we can get at ARM_DWARF_Registers.h and friends. llvm-svn: 124240
This commit is contained in:
parent
4fd3fda33b
commit
f3e78a3040
|
@ -35,6 +35,7 @@ CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/../clang/include
|
|||
CPP.Flags += -I$(PROJ_OBJ_DIR)/$(LLDB_LEVEL)/../clang/include
|
||||
CPP.Flags += -I/usr/include/python2.6
|
||||
CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source
|
||||
CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Utility
|
||||
CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Plugins/Process/Utility
|
||||
ifeq ($(HOST_OS),Darwin)
|
||||
CPP.Flags += -F/System/Library/Frameworks -F/System/Library/PrivateFrameworks
|
||||
|
|
|
@ -49,8 +49,7 @@ USEDLIBS = lldbAPI.a \
|
|||
clangParse.a \
|
||||
clangSema.a \
|
||||
clangSerialization.a \
|
||||
EnhancedDisassembly.a \
|
||||
clangChecker.a
|
||||
EnhancedDisassembly.a
|
||||
|
||||
include $(LLDB_LEVEL)/../../Makefile.config
|
||||
|
||||
|
|
Loading…
Reference in New Issue