Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • L linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Kirill Smelkov
  • linux
  • Repository
  • linux
  • scripts
  • Kconfig.include
Find file BlameHistoryPermalink
  • Nick Desaulniers's avatar
    kbuild: Update assembler calls to use proper flags and language target · d5c8d6e0
    Nick Desaulniers authored Jan 11, 2023
    as-instr uses KBUILD_AFLAGS, but as-option uses KBUILD_CFLAGS. This can
    cause as-option to fail unexpectedly when CONFIG_WERROR is set, because
    clang will emit -Werror,-Wunused-command-line-argument for various -m
    and -f flags in KBUILD_CFLAGS for assembler sources.
    
    Callers of as-option and as-instr should be adding flags to
    KBUILD_AFLAGS / aflags-y, not KBUILD_CFLAGS / cflags-y. Use
    KBUILD_AFLAGS in all macros to clear up the initial problem.
    
    Unfortunately, -Wunused-command-line-argument can still be triggered
    with clang by the presence of warning flags or macro definitions because
    '-x assembler' is used, instead of '-x assembler-with-cpp', which will
    consume these flags. Switch to '-x assembler-with-cpp' in places where
    '-x assembler' is used, as the compiler is always used as the driver for
    out of line assembler sources in the kernel.
    
    Finally, add -Werror to these macros so that they behave consistently
    whether or not CONFIG_WERROR is set.
    
    [nathan: Reworded and expanded on problems in commit message
             Use '-x assembler-with-cpp' in a couple more places]
    
    Link: https://github.com/ClangBuiltLinux/linux/issues/1699
    
    
    Suggested-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
    Signed-off-by: default avatarNick Desaulniers <ndesaulniers@google.com>
    Signed-off-by: default avatarNathan Chancellor <nathan@kernel.org>
    Tested-by: default avatarLinux Kernel Functional Testing <lkft@linaro.org>
    Tested-by: default avatarAnders Roxell <anders.roxell@linaro.org>
    Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
    d5c8d6e0
GitLab Nexedi Edition | About GitLab | About Nexedi | 沪ICP备2021021310号-2 | 沪ICP备2021021310号-7