[Lldb-commits] [PATCH] Add -lpthread to LLDB shared lib link line unconditionally

Pavel Labath labath at google.com
Thu Jun 18 17:17:52 PDT 2015


The makefile changes can go in, but I would like more explanation on the cmake change.


REPOSITORY
  rL LLVM

================
Comment at: scripts/CMakeLists.txt:1
@@ -1,1 +1,2 @@
-set(LLVM_NO_RTTI 1)
+if (NOT LLDB_DISABLE_PYTHON)
+	set(LLVM_NO_RTTI 1)
----------------
What was the exact reason you needed to add this?

http://reviews.llvm.org/D5431

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list