labath added inline comments.

================
Comment at: lldb/utils/xcode.py:33
+    mkdir(build_path)
+    with cwd(build_path):
+        cmake_cmd = [
----------------
You can get rid of the chdir stuff by just running `cmake -S$SOURCE_DIR 
-B$BUILD_DIR && ninja -C $BUILD_DIR`.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65114/new/

https://reviews.llvm.org/D65114



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to