All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/llvm: bump to version 7.0.1
@ 2018-12-24 11:50 Valentin Korenblit
  2018-12-24 11:50 ` [Buildroot] [PATCH 2/2] package/clang: " Valentin Korenblit
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Valentin Korenblit @ 2018-12-24 11:50 UTC (permalink / raw)
  To: buildroot

llvmpipe tested on Raspberry Pi 3
---
 package/llvm/llvm.hash | 2 +-
 package/llvm/llvm.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/llvm/llvm.hash b/package/llvm/llvm.hash
index 200907fc89..531361ae10 100644
--- a/package/llvm/llvm.hash
+++ b/package/llvm/llvm.hash
@@ -1,3 +1,3 @@
 # locally calculated
-sha256 8bc1f844e6cbde1b652c19c1edebc1864456fd9c78b8c1bea038e51b363fe222 llvm-7.0.0.src.tar.xz
+sha256 a38dfc4db47102ec79dcc2aa61e93722c5f6f06f0a961073bd84b78fb949419b llvm-7.0.1.src.tar.xz
 sha256 0303dfeaac87b80d2d1e543aa38d5be77b0eac93c3d04fe7e3c8eaa71a778667 LICENSE.TXT
diff --git a/package/llvm/llvm.mk b/package/llvm/llvm.mk
index 1f9bd447f5..f33ec11fbf 100644
--- a/package/llvm/llvm.mk
+++ b/package/llvm/llvm.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LLVM_VERSION = 7.0.0
+LLVM_VERSION = 7.0.1
 LLVM_SITE = http://llvm.org/releases/$(LLVM_VERSION)
 LLVM_SOURCE = llvm-$(LLVM_VERSION).src.tar.xz
 LLVM_LICENSE = NCSA
-- 
2.11.0

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

* [Buildroot] [PATCH 2/2] package/clang: bump to version 7.0.1
  2018-12-24 11:50 [Buildroot] [PATCH 1/2] package/llvm: bump to version 7.0.1 Valentin Korenblit
@ 2018-12-24 11:50 ` Valentin Korenblit
  2018-12-24 13:01 ` [Buildroot] [PATCH 1/2] package/llvm: " Romain Naour
  2018-12-26 20:26 ` Thomas Petazzoni
  2 siblings, 0 replies; 6+ messages in thread
From: Valentin Korenblit @ 2018-12-24 11:50 UTC (permalink / raw)
  To: buildroot

---
 package/clang/clang.hash | 2 +-
 package/clang/clang.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/clang/clang.hash b/package/clang/clang.hash
index aaca1a74a2..fe868f5874 100644
--- a/package/clang/clang.hash
+++ b/package/clang/clang.hash
@@ -1,3 +1,3 @@
 # locally calculated
-sha256 550212711c752697d2f82c648714a7221b1207fd9441543ff4aa9e3be45bba55 cfe-7.0.0.src.tar.xz
+sha256 a45b62dde5d7d5fdcdfa876b0af92f164d434b06e9e89b5d0b1cbc65dfe3f418 cfe-7.0.1.src.tar.xz
 sha256 3f3f2e96e3b7319d2b4b49227d6da624a717340107ce2ca5342a25e0e57dfd35 LICENSE.TXT
diff --git a/package/clang/clang.mk b/package/clang/clang.mk
index f9d4ae3713..c15f2b0d2a 100644
--- a/package/clang/clang.mk
+++ b/package/clang/clang.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CLANG_VERSION = 7.0.0
+CLANG_VERSION = 7.0.1
 CLANG_SITE = http://llvm.org/releases/$(CLANG_VERSION)
 CLANG_SOURCE = cfe-$(CLANG_VERSION).src.tar.xz
 CLANG_LICENSE = NCSA
-- 
2.11.0

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

* [Buildroot] [PATCH 1/2] package/llvm: bump to version 7.0.1
  2018-12-24 11:50 [Buildroot] [PATCH 1/2] package/llvm: bump to version 7.0.1 Valentin Korenblit
  2018-12-24 11:50 ` [Buildroot] [PATCH 2/2] package/clang: " Valentin Korenblit
@ 2018-12-24 13:01 ` Romain Naour
  2018-12-24 13:07   ` Romain Naour
  2018-12-26 20:26 ` Thomas Petazzoni
  2 siblings, 1 reply; 6+ messages in thread
From: Romain Naour @ 2018-12-24 13:01 UTC (permalink / raw)
  To: buildroot

Hi Valentin,

Le 24/12/2018 ? 12:50, Valentin Korenblit a ?crit?:
> llvmpipe tested on Raspberry Pi 3

Thanks for your work and testing on llvm/clang update.

Maybe you can add a small comment about the ABI issue discovered in llvm 7:
http://lists.llvm.org/pipermail/llvm-announce/2018-December/000081.html

and:
https://bugs.llvm.org/show_bug.cgi?id=39427

Best regards,
Romain

> ---
>  package/llvm/llvm.hash | 2 +-
>  package/llvm/llvm.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/llvm/llvm.hash b/package/llvm/llvm.hash
> index 200907fc89..531361ae10 100644
> --- a/package/llvm/llvm.hash
> +++ b/package/llvm/llvm.hash
> @@ -1,3 +1,3 @@
>  # locally calculated
> -sha256 8bc1f844e6cbde1b652c19c1edebc1864456fd9c78b8c1bea038e51b363fe222 llvm-7.0.0.src.tar.xz
> +sha256 a38dfc4db47102ec79dcc2aa61e93722c5f6f06f0a961073bd84b78fb949419b llvm-7.0.1.src.tar.xz
>  sha256 0303dfeaac87b80d2d1e543aa38d5be77b0eac93c3d04fe7e3c8eaa71a778667 LICENSE.TXT
> diff --git a/package/llvm/llvm.mk b/package/llvm/llvm.mk
> index 1f9bd447f5..f33ec11fbf 100644
> --- a/package/llvm/llvm.mk
> +++ b/package/llvm/llvm.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LLVM_VERSION = 7.0.0
> +LLVM_VERSION = 7.0.1
>  LLVM_SITE = http://llvm.org/releases/$(LLVM_VERSION)
>  LLVM_SOURCE = llvm-$(LLVM_VERSION).src.tar.xz
>  LLVM_LICENSE = NCSA
> 

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

* [Buildroot] [PATCH 1/2] package/llvm: bump to version 7.0.1
  2018-12-24 13:01 ` [Buildroot] [PATCH 1/2] package/llvm: " Romain Naour
@ 2018-12-24 13:07   ` Romain Naour
  2018-12-24 14:18     ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: Romain Naour @ 2018-12-24 13:07 UTC (permalink / raw)
  To: buildroot

Valentin,

En priv?:

Le 24/12/2018 ? 14:01, Romain Naour a ?crit?:
> Hi Valentin,
> 
> Le 24/12/2018 ? 12:50, Valentin Korenblit a ?crit?:
>> llvmpipe tested on Raspberry Pi 3
> 
> Thanks for your work and testing on llvm/clang update.
> 
> Maybe you can add a small comment about the ABI issue discovered in llvm 7:
> http://lists.llvm.org/pipermail/llvm-announce/2018-December/000081.html
> 
> and:
> https://bugs.llvm.org/show_bug.cgi?id=39427
> 
> Best regards,
> Romain
> 
>> ---
>>  package/llvm/llvm.hash | 2 +-
>>  package/llvm/llvm.mk   | 2 +-
>>  2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/package/llvm/llvm.hash b/package/llvm/llvm.hash
>> index 200907fc89..531361ae10 100644
>> --- a/package/llvm/llvm.hash
>> +++ b/package/llvm/llvm.hash
>> @@ -1,3 +1,3 @@
>>  # locally calculated
>> -sha256 8bc1f844e6cbde1b652c19c1edebc1864456fd9c78b8c1bea038e51b363fe222 llvm-7.0.0.src.tar.xz
>> +sha256 a38dfc4db47102ec79dcc2aa61e93722c5f6f06f0a961073bd84b78fb949419b llvm-7.0.1.src.tar.xz
>>  sha256 0303dfeaac87b80d2d1e543aa38d5be77b0eac93c3d04fe7e3c8eaa71a778667 LICENSE.TXT
>> diff --git a/package/llvm/llvm.mk b/package/llvm/llvm.mk
>> index 1f9bd447f5..f33ec11fbf 100644
>> --- a/package/llvm/llvm.mk
>> +++ b/package/llvm/llvm.mk
>> @@ -4,7 +4,7 @@
>>  #
>>  ################################################################################
>>  

Tu n'a pas mis ? jour ta branche sur master :p

Il y a un nouveau commentaire dans le .mk

# LLVM and Clang should be version bumped together

>> -LLVM_VERSION = 7.0.0
>> +LLVM_VERSION = 7.0.1

Du coup tes patches ne s'appliquent pas :p
C'est dommage car tu as fait le plus difficile et ta contribution ne peux pas
?tre merg?e tel quel pour un d?tail.

D?s que tu as 5min, peux tu renvoyer une v2 stp ?

Passe de bonnes f?tes.

Romain

>>  LLVM_SITE = http://llvm.org/releases/$(LLVM_VERSION)
>>  LLVM_SOURCE = llvm-$(LLVM_VERSION).src.tar.xz
>>  LLVM_LICENSE = NCSA
>>
> 

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

* [Buildroot] [PATCH 1/2] package/llvm: bump to version 7.0.1
  2018-12-24 13:07   ` Romain Naour
@ 2018-12-24 14:18     ` Thomas Petazzoni
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2018-12-24 14:18 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 24 Dec 2018 14:07:24 +0100, Romain Naour wrote:
> Valentin,
> 
> En priv?:

I think sending the message in private kind of failed :-)

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/2] package/llvm: bump to version 7.0.1
  2018-12-24 11:50 [Buildroot] [PATCH 1/2] package/llvm: bump to version 7.0.1 Valentin Korenblit
  2018-12-24 11:50 ` [Buildroot] [PATCH 2/2] package/clang: " Valentin Korenblit
  2018-12-24 13:01 ` [Buildroot] [PATCH 1/2] package/llvm: " Romain Naour
@ 2018-12-26 20:26 ` Thomas Petazzoni
  2 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2018-12-26 20:26 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 24 Dec 2018 12:50:40 +0100, Valentin Korenblit wrote:
> llvmpipe tested on Raspberry Pi 3

This patch (and the clang one) is missing your Signed-off-by. Could you
resend after adding your SoB ?

Best regards,

Thomams
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-12-26 20:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-24 11:50 [Buildroot] [PATCH 1/2] package/llvm: bump to version 7.0.1 Valentin Korenblit
2018-12-24 11:50 ` [Buildroot] [PATCH 2/2] package/clang: " Valentin Korenblit
2018-12-24 13:01 ` [Buildroot] [PATCH 1/2] package/llvm: " Romain Naour
2018-12-24 13:07   ` Romain Naour
2018-12-24 14:18     ` Thomas Petazzoni
2018-12-26 20:26 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.