<div dir="ltr">Are you not using a monorepo?  I think the supported workflow going forward is to use the monorepo, and there is an effort (which seems temporarily stalled, but should still happen) to make this the only supported workflow.  So I'd suggest we focus all documentation efforts on pointing people towards the monorepo.<div><br></div><div>If you are using the monorepo, then clang-tools-extra would be under a top-level folder called clang-tools-extra, and everything would just work.</div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Oct 3, 2018 at 11:23 AM Stephen Kelly via cfe-dev <<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi,<br>
<br>
The buildsystem in clang/tools/CMakeLists.txt currently requires that <br>
clang-tools-extra, if present, is checked out/cloned to a directory <br>
called 'extra'.<br>
<br>
This is not made clear in the git instructions, so the first thing I've <br>
always done with a new machine or build is replace that call with a call <br>
to `add_clang_subdirectory`.<br>
<br>
I updated the buildsystem and docs with these proposed commits:<br>
<br>
  <a href="https://reviews.llvm.org/D52819" rel="noreferrer" target="_blank">https://reviews.llvm.org/D52819</a><br>
  <a href="https://reviews.llvm.org/D52820" rel="noreferrer" target="_blank">https://reviews.llvm.org/D52820</a><br>
<br>
Any thoughts?<br>
<br>
Thanks,<br>
<br>
Stephen.<br>
<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
</blockquote></div>