[Lldb-commits] [PATCH] D13535: Fix cmake build on OSX after r249434.
Dawn Perchik via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 8 05:08:58 PDT 2015
dawn added inline comments.
================
Comment at: tools/lldb-server/CMakeLists.txt:42
@@ +41,3 @@
+ if (LLDB_VERS_GENERATED_FILE)
+ add_dependencies(lldb-server swig_wrapper)
+ endif()
----------------
brucem wrote:
> Why is this needed?
You get undefined symbol otherwise (if you build from scratch).
Repository:
rL LLVM
http://reviews.llvm.org/D13535
More information about the lldb-commits
mailing list