Building lldb's 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 plan to commit the generated file.
Requires the swig30 package.
After importing an updated llvm/lldb into FreeBSD run make run-swig in lib/clang/liblldb to generate generate LLDBWrapLua.cpp, and commit the result.