[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git
Siva Chandra via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 23 12:23:32 PDT 2019
sivachandra added inline comments.
================
Comment at: zorg/buildbot/builders/LLDBBuilder.py:110
cmake_cmd = [
- "cmake", "-G", "Ninja", "../llvm",
+ "cmake", "-G", "Ninja", "../" + self.monorepo_dir,
"-DCMAKE_BUILD_TYPE=" + config,
----------------
Should this be os.path.join(os.pardir, f.monorepo_dir, "llvm") ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69341/new/
https://reviews.llvm.org/D69341
More information about the lldb-commits
mailing list