<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thanks, Brian</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I tried enabling both the lld and the clang projects by adding -DLLVM_ENABLE_PROJECTS='lld;clang' into the cmake command. After the build completed successfully, I can see ld.lld in my bin folder but not clang. Is it supposed to be in another folder?</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thanks.<br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Brian Cain <brian.cain@gmail.com><br>
<b>Sent:</b> Wednesday, March 20, 2019 6:51 PM<br>
<b>To:</b> Josh Sharp<br>
<b>Cc:</b> via llvm-dev<br>
<b>Subject:</b> Re: [llvm-dev] LLVM 8.0.0 Release</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div dir="ltr">Josh,
<div><br>
</div>
<div>That's the expected behavior.  The release version is changed in advance such that the trunk reflects the next release version.</div>
<div><br>
</div>
<div>If you want to use 8.0.0 source, you can download the source tarballs or use the git tag that reflects the 80_release branch commit(s).  I believe that tag is "llvmorg-8.0.0" .</div>
</div>
</div>
<br>
<div class="x_gmail_quote">
<div dir="ltr" class="x_gmail_attr">On Wed, Mar 20, 2019 at 7:57 PM Josh Sharp via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br>
</div>
<blockquote class="x_gmail_quote" style="margin:0px 0px 0px 0.8ex; border-left:1px solid rgb(204,204,204); padding-left:1ex">
<div dir="ltr">
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Hans,</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
I'd like to make sure that I'm using the right LLVM version. <br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
I tried to download LLVM 8 from the link in your email by cloning this repository:
<pre>git clone <a href="https://github.com/llvm/llvm-project.git" target="_blank">https://github.com/llvm/llvm-project.git</a></pre>
When I do llc --version, it says LLVM 9.0.0 instead of 8.0.0</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<span>LLVM (<a href="http://llvm.org/" target="_blank">http://llvm.org/</a>):<br>
</span>
<div>  LLVM version 9.0.0svn<br>
</div>
<div>  DEBUG build with assertions.<br>
</div>
<div>  Default target: x86_64-unknown-linux-gnu<br>
</div>
<span></span><br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<b>Hans Wennborg via llvm-dev</b> <a href="mailto:llvm-dev%40lists.llvm.org?Subject=Re%3A%20%5Bllvm-dev%5D%20LLVM%208.0.0%20Release&In-Reply-To=%3CCAB8jPhe6LyFVNOR%3DHuAN2L4eDumv%3D15f895Oz9u4NmkcgTLWHA%40mail.gmail.com%3E" title="[llvm-dev] LLVM 8.0.0 Release" target="_blank">
llvm-dev at lists.llvm.org </a><br>
<i>Wed Mar 20 05:14:45 PDT 2019</i><br>
</div>
<div style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<pre>I'm pleased to announce that LLVM 8 is now available.

Get it here: <a href="https://llvm.org/releases/download.html#8.0.0" target="_blank">https://llvm.org/releases/download.html#8.0.0</a>

This release contains the work on trunk up to Subversion revision
r351319, plus work on the release branch. It's the result of the LLVM
community's work over the past six months, including: speculative load
hardening, concurrent compilation in the ORC JIT API, no longer
experimental WebAssembly target, a Clang option to initialize
automatic variables, improved pre-compiled header support in clang-cl,
the /Zc:dllexportInlines- flag, RISC-V support in lld. And as usual,
many bug fixes, optimization and diagnostics improvements, etc.

For more details, see the release notes:
<a href="https://llvm.org/releases/8.0.0/docs/ReleaseNotes.html" target="_blank">https://llvm.org/releases/8.0.0/docs/ReleaseNotes.html</a>
<a href="https://llvm.org/releases/8.0.0/tools/clang/docs/ReleaseNotes.html" target="_blank">https://llvm.org/releases/8.0.0/tools/clang/docs/ReleaseNotes.html</a>
<a href="https://llvm.org/releases/8.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html" target="_blank">https://llvm.org/releases/8.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html</a>
<a href="https://llvm.org/releases/8.0.0/tools/lld/docs/ReleaseNotes.html" target="_blank">https://llvm.org/releases/8.0.0/tools/lld/docs/ReleaseNotes.html</a>
<a href="https://llvm.org/releases/8.0.0/projects/libcxx/docs/ReleaseNotes.html" target="_blank">https://llvm.org/releases/8.0.0/projects/libcxx/docs/ReleaseNotes.html</a>

Special thanks to the release testers and packagers: Amy Kwan, Bero
Rosenkränzer, Brian Cain, Diana Picus, Dimitry Andric, Kim Gräsman,
Lei Huang, Micha³ Górny, Sylvestre Ledru, Ulrich Weigand, Vedant
Kumar, and Yvan Roux.

For questions or comments about the release, please contact the
community on the mailing lists. Onwards to LLVM 9!

Thanks,
Hans</pre>
<br>
</div>
</div>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote>
</div>
<br clear="all">
<div><br>
</div>
-- <br>
<div dir="ltr" class="x_gmail_signature">-Brian</div>
</div>
</body>
</html>