qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* testing/next - hexagon toolchain update
@ 2021-04-03 16:29 Brian Cain
  2021-04-13 12:02 ` Alex Bennée
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Cain @ 2021-04-03 16:29 UTC (permalink / raw)
  To: Alex Bennée; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1551 bytes --]

Alex,

You are the one maintaining the testing/next tree at https://gitlab.com/stsquad/qemu correct?  The current patch series for hexagon under review requires toolchain updates.  These changes to llvm/clang landed in the last week or two.

Can you apply this patch?

~~~~

From 68547357c895934796e9b4687338bb9e39ac86c5 Mon Sep 17 00:00:00 2001
From: Brian Cain mailto:bcain@quicinc.com
Date: Thu, 1 Apr 2021 10:32:24 -0500
Subject: [PATCH] Update llvm-project commit

clang was updated with new inline asm registers for hexagon, this is
necessary for QEMU test cases currently under review.

Signed-off-by: Brian Cain mailto:bcain@quicinc.com
---
 tests/docker/dockerfiles/debian-hexagon-cross.docker | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/docker/dockerfiles/debian-hexagon-cross.docker b/tests/docker/dockerfiles/debian-hexagon-cross.docker
index b6fb651..1d19e8f 100644
--- a/tests/docker/dockerfiles/debian-hexagon-cross.docker
+++ b/tests/docker/dockerfiles/debian-hexagon-cross.docker
@@ -24,7 +24,7 @@ RUN apt update && \
 ENV TOOLCHAIN_INSTALL /usr/local
 ENV ROOTFS /usr/local

-ENV LLVM_URL https://github.com/llvm/llvm-project/archive/3d8149c2a1228609fd7d7c91a04681304a2f0ca9.tar.gz
+ENV LLVM_URL https://github.com/llvm/llvm-project/archive/bfcd21876adc3498065e4da92799f613e730d475.tar.gz
 ENV MUSL_URL https://github.com/quic/musl/archive/aff74b395fbf59cd7e93b3691905aa1af6c0778c.tar.gz
 ENV LINUX_URL https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.6.18.tar.xz


[-- Attachment #2: 0001-Update-llvm-project-commit.patch --]
[-- Type: application/octet-stream, Size: 1355 bytes --]

From 68547357c895934796e9b4687338bb9e39ac86c5 Mon Sep 17 00:00:00 2001
From: Brian Cain <bcain@quicinc.com>
Date: Thu, 1 Apr 2021 10:32:24 -0500
Subject: [PATCH] Update llvm-project commit

clang was updated with new inline asm registers for hexagon, this is
necessary for QEMU test cases currently under review.

Signed-off-by: Brian Cain <bcain@quicinc.com>
---
 tests/docker/dockerfiles/debian-hexagon-cross.docker | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/docker/dockerfiles/debian-hexagon-cross.docker b/tests/docker/dockerfiles/debian-hexagon-cross.docker
index b6fb651..1d19e8f 100644
--- a/tests/docker/dockerfiles/debian-hexagon-cross.docker
+++ b/tests/docker/dockerfiles/debian-hexagon-cross.docker
@@ -24,7 +24,7 @@ RUN apt update && \
 ENV TOOLCHAIN_INSTALL /usr/local
 ENV ROOTFS /usr/local
 
-ENV LLVM_URL https://github.com/llvm/llvm-project/archive/3d8149c2a1228609fd7d7c91a04681304a2f0ca9.tar.gz
+ENV LLVM_URL https://github.com/llvm/llvm-project/archive/bfcd21876adc3498065e4da92799f613e730d475.tar.gz
 ENV MUSL_URL https://github.com/quic/musl/archive/aff74b395fbf59cd7e93b3691905aa1af6c0778c.tar.gz
 ENV LINUX_URL https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.6.18.tar.xz
 
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: testing/next - hexagon toolchain update
  2021-04-03 16:29 testing/next - hexagon toolchain update Brian Cain
@ 2021-04-13 12:02 ` Alex Bennée
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Bennée @ 2021-04-13 12:02 UTC (permalink / raw)
  To: Brian Cain; +Cc: qemu-devel


Brian Cain <bcain@quicinc.com> writes:

> Alex,
>
> You are the one maintaining the testing/next tree at
> https://gitlab.com/stsquad/qemu correct? The current patch series for
> hexagon under review requires toolchain updates. These changes to
> llvm/clang landed in the last week or two.
>
> Can you apply this patch?

I've applied to my tree. I didn't get it in this cycle but I'll post a
new testing/next for review in the next week or so ready for master to
re-open.

>
> ~~~~
>
> From 68547357c895934796e9b4687338bb9e39ac86c5 Mon Sep 17 00:00:00 2001
> From: Brian Cain mailto:bcain@quicinc.com
> Date: Thu, 1 Apr 2021 10:32:24 -0500
> Subject: [PATCH] Update llvm-project commit
>
> clang was updated with new inline asm registers for hexagon, this is
> necessary for QEMU test cases currently under review.
>
> Signed-off-by: Brian Cain mailto:bcain@quicinc.com
> ---
>  tests/docker/dockerfiles/debian-hexagon-cross.docker | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/docker/dockerfiles/debian-hexagon-cross.docker b/tests/docker/dockerfiles/debian-hexagon-cross.docker
> index b6fb651..1d19e8f 100644
> --- a/tests/docker/dockerfiles/debian-hexagon-cross.docker
> +++ b/tests/docker/dockerfiles/debian-hexagon-cross.docker
> @@ -24,7 +24,7 @@ RUN apt update && \
>  ENV TOOLCHAIN_INSTALL /usr/local
>  ENV ROOTFS /usr/local
>
> -ENV LLVM_URL https://github.com/llvm/llvm-project/archive/3d8149c2a1228609fd7d7c91a04681304a2f0ca9.tar.gz
> +ENV LLVM_URL https://github.com/llvm/llvm-project/archive/bfcd21876adc3498065e4da92799f613e730d475.tar.gz
>  ENV MUSL_URL https://github.com/quic/musl/archive/aff74b395fbf59cd7e93b3691905aa1af6c0778c.tar.gz
>  ENV LINUX_URL https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.6.18.tar.xz
>
> [2. 0001-Update-llvm-project-commit.patch --- text/x-diff; 0001-Update-llvm-project-commit.patch]...


-- 
Alex Bennée


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-13 12:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-03 16:29 testing/next - hexagon toolchain update Brian Cain
2021-04-13 12:02 ` Alex Bennée

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).