[PATCH] D39605: [debuginfo-tests] Decouple debuginfo-tests from the clang source tree.

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 3 14:36:00 PDT 2017


zturner added a comment.

In https://reviews.llvm.org/D39605#915645, @probinson wrote:

> At Sony we build our own unified tree by pasting together several subtrees, including debuginfo-tests, and moving one will cause a bit of disruption.  I remember the idea of moving debuginfo-tests has come up previously, and in principle I have no problem with it, but a more explicit announcement on llvm-dev/cfe-dev would be appropriate.


FWIW, debuginfo-tests is not actually checked out by default.  You have to explicitly clone it at a location of your choosing.  Before this patch, that location has to be `clang/test`, and after this patch, it has to be `llvm/projects`.  How are your trees subtrees pasted together, is it something other than a mono-repo layout?


https://reviews.llvm.org/D39605





More information about the llvm-commits mailing list