[PATCH] D46020: [lit, lldbsuite] Update the lldbsuite to correctly run tests on windows and windows server

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 24 09:29:37 PDT 2018


labath added inline comments.


================
Comment at: lit/Suite/lldbtest.py:47
+        # of the command.
+        cmd = [sys.executable] + self.dotest_cmd + [testPath, '-p', testFile]
 
----------------
Do we need to worry about picking the correct `python`/`python_d` for release vs. debug builds?


Repository:
  rL LLVM

https://reviews.llvm.org/D46020





More information about the llvm-commits mailing list