Re: [PATCH v2 2/7] Revert "kbuild: disable clang's default use of -fmerge-all-constants"

2020-09-01 Thread Sedat Dilek
On Tue, Sep 1, 2020 at 2:23 AM Nick Desaulniers wrote: > > This reverts commit 87e0d4f0f37fb0c8c4aeeac46fff5e957738df79. > > This was fixed in clang-6; the minimum supported version of clang in the > kernel is clang-10 (10.0.1). > > Link: https://reviews.llvm.org/rL329300. > Link: https://github.c

Re: [PATCH v2 2/7] Revert "kbuild: disable clang's default use of -fmerge-all-constants"

2020-09-01 Thread Fangrui Song
On 2020-08-31, Nathan Chancellor wrote: On Mon, Aug 31, 2020 at 05:23:21PM -0700, Nick Desaulniers wrote: This reverts commit 87e0d4f0f37fb0c8c4aeeac46fff5e957738df79. This was fixed in clang-6; the minimum supported version of clang in the kernel is clang-10 (10.0.1). Link: https://reviews

Re: [PATCH v2 2/7] Revert "kbuild: disable clang's default use of -fmerge-all-constants"

2020-08-31 Thread Nathan Chancellor
On Mon, Aug 31, 2020 at 05:23:21PM -0700, Nick Desaulniers wrote: > This reverts commit 87e0d4f0f37fb0c8c4aeeac46fff5e957738df79. > > This was fixed in clang-6; the minimum supported version of clang in the > kernel is clang-10 (10.0.1). > > Link: https://reviews.llvm.org/rL329300. > Link: https:

[PATCH v2 2/7] Revert "kbuild: disable clang's default use of -fmerge-all-constants"

2020-08-31 Thread Nick Desaulniers
This reverts commit 87e0d4f0f37fb0c8c4aeeac46fff5e957738df79. This was fixed in clang-6; the minimum supported version of clang in the kernel is clang-10 (10.0.1). Link: https://reviews.llvm.org/rL329300. Link: https://github.com/ClangBuiltLinux/linux/issues/9 Suggested-by: Nathan Chancellor Sig