• Nathan Chancellor's avatar
    kbuild: Remove '-mno-global-merge' · cf300b83
    Nathan Chancellor authored
    This flag is specific to clang, where it is only used by the 32-bit and
    64-bit ARM backends. In certain situations, the presence of this flag
    will cause a warning, as shown by commit 6580c5c1 ("um: clang: Strip
    out -mno-global-merge from USER_CFLAGS").
    
    Since commit 61163efa ("kbuild: LLVMLinux: Add Kbuild support for
    building kernel with Clang") that added this flag back in 2014, there
    have been quite a few changes to the GlobalMerge pass in LLVM. Building
    several different ARCH=arm and ARCH=arm64 configurations with LLVM 11
    (minimum) and 15 (current main version) with this flag removed (i.e.,
    with the default of '-mglobal-merge') reveals no modpost warnings, so it
    is likely that the issue noted in the comment is no longer relevant due
    to changes in LLVM or modpost, meaning this flag can be removed.
    
    If any new warnings show up that are a result of the removal of this
    flag, it can be added back under arch/arm{,64}/Makefile to avoid
    warnings on other architectures.
    Signed-off-by: default avatarNathan Chancellor <nathan@kernel.org>
    Tested-by: default avatarDavid Gow <davidgow@google.com>
    Reviewed-by: default avatarKees Cook <keescook@chromium.org>
    Tested-by: default avatarSedat Dilek <sedat.dilek@gmail.com>
    Reviewed-by: default avatarSedat Dilek <sedat.dilek@gmail.com>
    Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
    cf300b83
Makefile 63.6 KB