[Lldb-commits] [PATCH] D57330: Adjust documentation for git migration.

Mehdi AMINI via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 29 11:49:00 PST 2019


mehdi_amini added a comment.

In D57330#1375096 <https://reviews.llvm.org/D57330#1375096>, @labath wrote:

> This is not an full out-of-source build, since the build folder is still a subfolder of the repo root


My definition of what qualify an "out-of-source" build is that the build process won't touch anything outside of the build directory: i.e. the build directory itself is hermetic, self-contained, and can be destroyed without impacting anything else.
(I agree with you that polluting `git status` is annoying, and personally I usually have my build directories in parallel with the repo).


Repository:
  rC Clang

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

https://reviews.llvm.org/D57330





More information about the lldb-commits mailing list