<html><body bgcolor="#FFFFFF"><div><span class="Apple-style-span" style="-webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); ">On Oct 9, 2011, at 5:32 PM, Guoping Long <<a href="mailto:longguoping@gmail.com">longguoping@gmail.com</a>> wrote:</span></div><div><br></div><blockquote type="cite"><div>1 Get the latest code:</div><div>    A. <span class="Apple-style-span" style="font-family: monospace; line-height: 15px; background-color: rgb(255, 255, 255); ">svn co <a href="http://llvm.org/svn/llvm-project/llvm/trunk"><a href="http://llvm.org/svn/llvm-project/llvm/trunk">http://llvm.org/svn/llvm-project/llvm/trunk</a></a> llvm</span></div>
<div>    B. <span class="Apple-style-span" style="font-family: monospace; line-height: 15px; background-color: rgb(255, 255, 255); ">svn co <a href="http://llvm.org/svn/llvm-project/cfe/trunk"><a href="http://llvm.org/svn/llvm-project/cfe/trunk">http://llvm.org/svn/llvm-project/cfe/trunk</a></a> clang</span></div></blockquote><br><div></div><div>You need to do B within the 'tools' subdirectory of A.</div><div><br></div><div>Specifically:</div><div><br></div><div>$ <span class="Apple-style-span" style="-webkit-tap-highlight-color: rgba(26, 26, 26, 0.292969); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); font-family: monospace; line-height: 15px; ">svn co <a href="http://llvm.org/svn/llvm-project/llvm/trunk"><a href="http://llvm.org/svn/llvm-project/llvm/trunk">http://llvm.org/svn/llvm-project/llvm/trunk</a></a> llvm</span></div><div>$ cd llvm/tools</div><div>$ <span class="Apple-style-span" style="-webkit-tap-highlight-color: rgba(26, 26, 26, 0.292969); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); font-family: monospace; line-height: 15px; ">svn co <a href="http://llvm.org/svn/llvm-project/cfe/trunk"><a href="http://llvm.org/svn/llvm-project/cfe/trunk">http://llvm.org/svn/llvm-project/cfe/trunk</a></a> clang</span></div></body></html>