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

bryant via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 16 12:01:34 PST 2016


bryant added inline comments.


================
Comment at: CMakeLists.txt:53
+               --lldbLibDir=lib${LLVM_LIBDIR_SUFFIX}
+           ${FINISH_EXTRA_ARGS}
+        VERBATIM
----------------
The indentation here could match the above.


https://reviews.llvm.org/D26757





More information about the lldb-commits mailing list