From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/3] package/llvm: bump to version 9.0.0
Date: Sat, 5 Oct 2019 22:14:22 +0200 [thread overview]
Message-ID: <20191005221422.12a6f280@windsurf> (raw)
In-Reply-To: <20191005170412.4077137-1-romain.naour@gmail.com>
On Sat, 5 Oct 2019 19:04:10 +0200
Romain Naour <romain.naour@gmail.com> wrote:
> The github download url doesn't contain the llvm 9.0.0 archive,
> so use the previous url.
>
> Since v9.0.0, it was relicensed to the Apache License 2.0 with
> LLVM Exceptions. Update the license file hash.
>
> Use host-python3 to build llvm [1]
>
> Disable explicitely Z3 support since there is no such package
> in Buildroot.
>
> [1] https://github.com/llvm-mirror/llvm/commit/213d1037e9f8b837d61eda9668112d17b0f956d0
>
> See:
> http://releases.llvm.org/9.0.0/docs/ReleaseNotes.html
>
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> Cc: Valentin Korenblit <valentinkorenblit@gmail.com>
> Cc: Joseph Kogut <joseph.kogut@gmail.com>
> ---
> package/llvm/llvm.hash | 4 ++--
> package/llvm/llvm.mk | 15 +++++++++------
> 2 files changed, 11 insertions(+), 8 deletions(-)
Series applied. To be honest, on the llvm patch, I was not sure about
forcing host-python3. Indeed, LLVM supports both Python 2 and Python 3,
and normally in such cases, we do something like this:
ifeq ($(BR2_PACKAGE_PYTHON3),y)
FOO_DEPENDENCIES += host-python3
else
FOO_DEPENDENCIES += host-python
endif
So that we re-use the same host-python as the one already being built
by Buildroot, if any. But I wasn't sure it was really useful in this
specific case, LLVM anyway takes ages to build.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
prev parent reply other threads:[~2019-10-05 20:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-05 17:04 [Buildroot] [PATCH 1/3] package/llvm: bump to version 9.0.0 Romain Naour
2019-10-05 17:04 ` [Buildroot] [PATCH 2/3] package/clang: " Romain Naour
2019-10-05 17:04 ` [Buildroot] [PATCH 3/3] package/libclc: bump version (release_90) Romain Naour
2019-10-05 20:14 ` Thomas Petazzoni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191005221422.12a6f280@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox