[lldb-dev] [PATCH] Compiling lldb on Linux
Stephen Wilson
wilsons at start.ca
Fri Jul 2 17:27:32 PDT 2010
Hi Eli,
Eli Friedman <eli.friedman at gmail.com> writes:
> The Makefiles aren't quite complete; they're missing steps to generate
> some files. The second patch is required because of this. Any help
> with that and reviews would be welcome.
These patches worked for me on x86_64 Fedora 11. Only immediate issue
was locating auto generated clang headers (.inc) when srcdir != objdir.
I used the following addition to the top level makefile:
CPP.Flags += -I$(PROJ_OBJ_DIR)/$(LLDB_LEVEL)/../clang/include
- Steve
More information about the lldb-dev
mailing list