[Buildroot] [PATCH v2 6/6] llvm/clang: add note about version bumping together

Ricardo Martincoski ricardo.martincoski at gmail.com
Sun Nov 18 21:53:07 UTC 2018


Hello,

Here again, the changes could be made while applying.
But please double-check, maybe I missed something.

On Sat, Nov 17, 2018 at 01:56 AM, Matt Weber wrote:

[snip]
> +++ b/package/clang/clang.mk
> @@ -4,6 +4,7 @@
>  #
>  ################################################################################
>  
> +# LLVM and Clang should be version bumped together

As I replied to patch 1, shouldn't compiler-rt be added to this list?

>  CLANG_VERSION = 7.0.0
>  CLANG_SITE = http://llvm.org/releases/$(CLANG_VERSION)
>  CLANG_SOURCE = cfe-$(CLANG_VERSION).src.tar.xz
> diff --git a/package/llvm/llvm.mk b/package/llvm/llvm.mk
> index 79477f0..56f6ed9 100644
> --- a/package/llvm/llvm.mk
> +++ b/package/llvm/llvm.mk
> @@ -4,6 +4,7 @@
>  #
>  ################################################################################
>  
> +# LLVM and Clang should be version bumped together

Same here.


Regards,
Ricardo


More information about the buildroot mailing list