[Lldb-commits] Simple makefile fixups.
Johnny Chen
johnny.chen at apple.com
Tue Jan 25 09:02:45 PST 2011
Hi Stephen,
Looks good! Feel free to check in your patch.
Thanks.
On Jan 25, 2011, at 7:42 AM, Stephen Wilson wrote:
>
> 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.
>
> ---
> Makefile | 1 +
> lib/Makefile | 3 +--
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index abe694b..528c36c 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -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
> diff --git a/lib/Makefile b/lib/Makefile
> index abd9c1d..fffcab6 100644
> --- a/lib/Makefile
> +++ b/lib/Makefile
> @@ -49,8 +49,7 @@ USEDLIBS = lldbAPI.a \
> clangParse.a \
> clangSema.a \
> clangSerialization.a \
> - EnhancedDisassembly.a \
> - clangChecker.a
> + EnhancedDisassembly.a
>
> include $(LLDB_LEVEL)/../../Makefile.config
>
> --
> 1.7.3.5
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
More information about the lldb-commits
mailing list