<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Oct 29, 2019, at 7:09 PM, Chris Bieneman via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" class="">llvm-dev@lists.llvm.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">There was also agreement that in the monorepo it no longer makes sense to have an option to specify the source locations of sub-projects. That means we can remove the `LLVM_EXTERNAL_*_SOURCE_DIR` variables.</div><br class="Apple-interchange-newline"></div></blockquote></div><br class=""><div class="">Hi Chris,</div><div class=""><br class=""></div><div class="">What about genuine external projects? For example, I build Swift “unified” as a part of LLVM but I can’t keep the Swift source inside of the llvm-project directory due to how Git submodules work. In other words:</div><div class=""><br class=""></div><div class=""><font face="Courier" class=""><span style="font-style: normal;" class="">$ cd my_project</span></font></div><div class=""><font face="Courier" class=""><span style="font-style: normal;" class="">$ ls toolchain</span></font></div><div class=""><font face="Courier" class=""><span style="font-style: normal;" class="">cmark</span></font></div><div class=""><font face="Courier" class=""><span style="font-style: normal;" class="">llvm-project</span></font></div><div class=""><font face="Courier" class=""><span style="font-style: normal;" class="">swift</span></font></div><div class=""><font face="Courier" class=""><span style="font-style: normal;" class="">$ git submodule status</span></font></div><font face="Courier" class=""><span style="font-style: normal;" class=""> bfa95d55b535fa178f75484b5e8f82ae3d8517af toolchain/cmark<br class=""> ea51a1ab2980d055c68820888ce255242f387c91 toolchain/llvm-project<br class="">+cec05255029d0ce354825e5530a47a5affb03975 toolchain/swift </span></font><div class=""><br class=""></div><div class="">Dave</div></body></html>