[Lldb-commits] [PATCH] D26757: Fix broken escaping of commands in the build

Luke Drummond via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 16 12:11:03 PST 2016


ldrumm added inline comments.


================
Comment at: scripts/CMakeLists.txt:38
+  COMMAND
+    ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/prepare_bindings.py
+      ${framework_arg}
----------------
bryant wrote:
> Move this back up.
Will do


https://reviews.llvm.org/D26757





More information about the lldb-commits mailing list