]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
lldb: add rule to generate LLDBWrapLua.cpp
authoremaste <emaste@FreeBSD.org>
Fri, 3 Apr 2020 15:52:44 +0000 (15:52 +0000)
committeremaste <emaste@FreeBSD.org>
Fri, 3 Apr 2020 15:52:44 +0000 (15:52 +0000)
commit1055ebaeb16c0bfb21b545177c70b7a0e653e63f
tree145f4975cc29b9abdc704fa30c8d884c6d071336
parent1c5aacde82c006e16f0a4d68bf57c99bf542f7bf
lldb: add rule to generate LLDBWrapLua.cpp

Building lldb's lua/python bindings requires swig, but we do not want to
include it in the FreeBSD base system (as a build tool) because it has
non-trivial dependencies.  As a workaround, add a make rule to generate
LLDBWrapLua.cpp, and we will commit the generated file.

Requires the swig30 package.

Reviewed by: brooks
Discussed with: dim
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D24265
lib/clang/liblldb/Makefile