<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jun 11, 2016, at 12:58 AM, Sumedh Arani <<a href="mailto:aranisumedh@gmail.com" class="">aranisumedh@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo; color: rgb(1, 1, 1);" class="">Arani:~ Sumedh$ xcrun clang -v<br class=""></div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo; color: rgb(1, 1, 1);" class=""><span class="">Apple LLVM version 7.3.0 (clang-703.0.31)</span></div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo; color: rgb(1, 1, 1);" class=""><span class="">Target: x86_64-apple-darwin15.4.0</span></div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo; color: rgb(1, 1, 1);" class=""><span class="">Thread model: posix</span></div><p style="margin:0px;line-height:normal" class="">



</p><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo; color: rgb(1, 1, 1);" class=""><span class="">InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin</span></div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo; color: rgb(1, 1, 1);" class=""><span class=""><br class=""></span></div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo; color: rgb(1, 1, 1);" class=""><span class=""><br class=""></span></div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo; color: rgb(1, 1, 1);" class=""><span class="">Greetings!!</span></div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo; color: rgb(1, 1, 1);" class=""><span class=""><br class=""></span></div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo; color: rgb(1, 1, 1);" class=""><span class="">I followed the instructions given by you to the letter and it worked like a charm.</span></div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo; color: rgb(1, 1, 1);" class=""><span class=""><br class=""></span></div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo; color: rgb(1, 1, 1);" class="">Just this time I didn't download compiler-rt or any other extra tools.</div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo; color: rgb(1, 1, 1);" class=""><br class=""></div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo; color: rgb(1, 1, 1);" class="">How can I upgrade to them??</div></div></div></blockquote><div><br class=""></div><div>Repeat the process, cloning them in their place according to the documentation (for instance compiler-rt goes into projects).</div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo; color: rgb(1, 1, 1);" class=""><br class=""></div><div style="margin: 0px; font-size: 18px; line-height: normal; font-family: Menlo; color: rgb(1, 1, 1);" class="">And also how can I change my version of clang to the one which has been built now? As on doing clang --version or xcrun clang -v still gives the version as the one that comes pre built with apple's machine.</div></div></div></blockquote></div><br class=""><div class=""><br class=""></div><div class="">The `xcrun` prefix means "run the version from the Xcode toolchain". You need to provide the path to your own build clang (or add its path to the PATH env var).</div><div class=""><br class=""></div><div class="">-- </div><div class="">Mehdi</div><div class=""><br class=""></div></body></html>