Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • X x264
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLAN
  • x264
  • Merge requests
  • !70

Open
Created May 19, 2021 by Martin Storsjö@mstorsjoDeveloper
  • Report abuse
Report abuse

Fix building for mingw/armv7 with Clang 13

  • Overview 2
  • Commits 1
  • Pipelines 1
  • Changes 1

Pass the -mimplicit-it option through with -Wa.

GCC never supported this option as a compiler option, it's only a gas option, that should be passed through with -Wa. Clang used to accept it as a compiler option, but Clang 13 became stricter and no longer accepts it at that level, only passed through with -Wa.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: implicit-it

VideoLAN code repository instance