<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-2">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi Josh, did you try without the trailing ; in
LLVM_ENABLE_PROJECTS and/or list the projects in alphabetic order?<br>
In my experience the CMake config can be sensitive to such
details.<br>
<br>
<blockquote type="cite">XXX is the name of my custom CPU
architecture</blockquote>
:D<br>
<br>
</p>
<div class="moz-cite-prefix">On 3/21/19 8:28 AM, Josh Sharp via
llvm-dev wrote:<br>
</div>
<blockquote type="cite"
cite="mid:BY5PR13MB294993213858AEB05C9B63FCF1420@BY5PR13MB2949.namprd13.prod.outlook.com">
<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>
<div style="font-family: Calibri, Helvetica, sans-serif;
font-size: 12pt; color: rgb(0, 0, 0);">
cmake ../llvm/ -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug"
-DCMAKE_INSTALL_PREFIX=../install -DLLVM_TARGETS_TO_BUILD="XXX"
-DLLVM_ENABLE_PROJECTS='lld;clang;'<br>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt"
face="Calibri, sans-serif" color="#000000"><b>From:</b> Hans
Wennborg <a class="moz-txt-link-rfc2396E" href="mailto:hans@chromium.org"><hans@chromium.org></a><br>
<b>Sent:</b> Thursday, March 21, 2019 2:21 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">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>
<a class="moz-txt-link-rfc2396E" href="mailto:llvm-dev@lists.llvm.org"><llvm-dev@lists.llvm.org></a> 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 <a class="moz-txt-link-rfc2396E" href="mailto:brian.cain@gmail.com"><brian.cain@gmail.com></a><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 <a class="moz-txt-link-rfc2396E" href="mailto:llvm-dev@lists.llvm.org"><llvm-dev@lists.llvm.org></a> 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"
moz-do-not-send="true">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/"
moz-do-not-send="true">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"
moz-do-not-send="true">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"
moz-do-not-send="true">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"
moz-do-not-send="true">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"
moz-do-not-send="true">
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"
moz-do-not-send="true">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"
moz-do-not-send="true">
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>
> <a class="moz-txt-link-abbreviated" href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
> <a
href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev"
moz-do-not-send="true">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
><br>
><br>
><br>
> --<br>
> -Brian<br>
> _______________________________________________<br>
> LLVM Developers mailing list<br>
> <a class="moz-txt-link-abbreviated" href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
> <a
href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev"
moz-do-not-send="true">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</div>
</span></font></div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
LLVM Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>
<a class="moz-txt-link-freetext" href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a>
</pre>
</blockquote>
</body>
</html>