<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);">
XXX is the name of my custom CPU architecture<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> Hans Wennborg <hans@chromium.org><br>
<b>Sent:</b> Thursday, March 21, 2019 8:55 AM<br>
<b>To:</b> Josh Sharp<br>
<b>Cc:</b> Brian Cain; via llvm-dev<br>
<b>Subject:</b> Re: [llvm-dev] LLVM 8.0.0 Release</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">-DLLVM_TARGETS_TO_BUILD="XXX" looks wrong, maybe that's causing Clang<br>
to not get built? Can you try setting it to "X86" instead (or just<br>
leaving the flag out)?<br>
<br>
I'd also suggest using -DCMAKE_BUILD_TYPE="Release" instead of Debug,<br>
in case you really need full debug info, as this will be much faster<br>
to build.<br>
<br>
On Thu, Mar 21, 2019 at 4:28 PM Josh Sharp <mm92126@hotmail.com> wrote:<br>
><br>
> cmake ../llvm/ -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_INSTALL_PREFIX=../install -DLLVM_TARGETS_TO_BUILD="XXX" -DLLVM_ENABLE_PROJECTS='lld;clang;'<br>
> ________________________________<br>
> From: Hans Wennborg <hans@chromium.org><br>
> Sent: Thursday, March 21, 2019 2:21 AM<br>
> To: Josh Sharp<br>
> Cc: Brian Cain; via llvm-dev<br>
> Subject: Re: [llvm-dev] LLVM 8.0.0 Release<br>
><br>
> Clang should be in the same folder. Can you share the full commands<br>
> you used to configure and build?<br>
><br>
> On Thu, Mar 21, 2019 at 7:37 AM Josh Sharp via llvm-dev<br>
> <llvm-dev@lists.llvm.org> wrote:<br>
> ><br>
> > Thanks, Brian<br>
> ><br>
> > 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?<br>
> ><br>
> > Thanks.<br>
> > ________________________________<br>
> > From: Brian Cain <brian.cain@gmail.com><br>
> > Sent: Wednesday, March 20, 2019 6:51 PM<br>
> > To: Josh Sharp<br>
> > Cc: via llvm-dev<br>
> > Subject: Re: [llvm-dev] LLVM 8.0.0 Release<br>
> ><br>
> > Josh,<br>
> ><br>
> > That's the expected behavior.  The release version is changed in advance such that the trunk reflects the next release version.<br>
> ><br>
> > 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" .<br>
> ><br>
> > On Wed, Mar 20, 2019 at 7:57 PM Josh Sharp via llvm-dev <llvm-dev@lists.llvm.org> wrote:<br>
> ><br>
> > Hans,<br>
> > I'd like to make sure that I'm using the right LLVM version.<br>
> > I tried to download LLVM 8 from the link in your email by cloning this repository:<br>
> ><br>
> > git clone <a href="https://github.com/llvm/llvm-project.git">https://github.com/llvm/llvm-project.git</a><br>
> ><br>
> > When I do llc --version, it says LLVM 9.0.0 instead of 8.0.0<br>
> ><br>
> ><br>
> > LLVM (<a href="http://llvm.org/">http://llvm.org/</a>):<br>
> >   LLVM version 9.0.0svn<br>
> >   DEBUG build with assertions.<br>
> >   Default target: x86_64-unknown-linux-gnu<br>
> ><br>
> ><br>
> ><br>
> > Hans Wennborg via llvm-dev llvm-dev at lists.llvm.org<br>
> > Wed Mar 20 05:14:45 PDT 2019<br>
> ><br>
> > I'm pleased to announce that LLVM 8 is now available.<br>
> ><br>
> > Get it here: <a href="https://llvm.org/releases/download.html#8.0.0">https://llvm.org/releases/download.html#8.0.0</a><br>
> ><br>
> > This release contains the work on trunk up to Subversion revision<br>
> > r351319, plus work on the release branch. It's the result of the LLVM<br>
> > community's work over the past six months, including: speculative load<br>
> > hardening, concurrent compilation in the ORC JIT API, no longer<br>
> > experimental WebAssembly target, a Clang option to initialize<br>
> > automatic variables, improved pre-compiled header support in clang-cl,<br>
> > the /Zc:dllexportInlines- flag, RISC-V support in lld. And as usual,<br>
> > many bug fixes, optimization and diagnostics improvements, etc.<br>
> ><br>
> > For more details, see the release notes:<br>
> > <a href="https://llvm.org/releases/8.0.0/docs/ReleaseNotes.html">https://llvm.org/releases/8.0.0/docs/ReleaseNotes.html</a><br>
> > <a href="https://llvm.org/releases/8.0.0/tools/clang/docs/ReleaseNotes.html">
https://llvm.org/releases/8.0.0/tools/clang/docs/ReleaseNotes.html</a><br>
> > <a href="https://llvm.org/releases/8.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html">
https://llvm.org/releases/8.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html</a><br>
> > <a href="https://llvm.org/releases/8.0.0/tools/lld/docs/ReleaseNotes.html">https://llvm.org/releases/8.0.0/tools/lld/docs/ReleaseNotes.html</a><br>
> > <a href="https://llvm.org/releases/8.0.0/projects/libcxx/docs/ReleaseNotes.html">
https://llvm.org/releases/8.0.0/projects/libcxx/docs/ReleaseNotes.html</a><br>
> ><br>
> > Special thanks to the release testers and packagers: Amy Kwan, Bero<br>
> > Rosenkränzer, Brian Cain, Diana Picus, Dimitry Andric, Kim Gräsman,<br>
> > Lei Huang, Micha³ Górny, Sylvestre Ledru, Ulrich Weigand, Vedant<br>
> > Kumar, and Yvan Roux.<br>
> ><br>
> > For questions or comments about the release, please contact the<br>
> > community on the mailing lists. Onwards to LLVM 9!<br>
> ><br>
> > Thanks,<br>
> > Hans<br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > LLVM Developers mailing list<br>
> > llvm-dev@lists.llvm.org<br>
> > <a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
> ><br>
> ><br>
> ><br>
> > --<br>
> > -Brian<br>
> > _______________________________________________<br>
> > LLVM Developers mailing list<br>
> > llvm-dev@lists.llvm.org<br>
> > <a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</div>
</span></font></div>
</body>
</html>